Skip to content

Commit a6803e9

Browse files
committed
feat(cmd.fast): add cmd/fast
1 parent 5acbf18 commit a6803e9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cmd/fast/main.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package main
2+
3+
import (
4+
"github.com/adhocore/fast/internal/fast"
5+
)
6+
7+
func main() {
8+
fast.Run()
9+
}

0 commit comments

Comments
 (0)