We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acbf18 commit a6803e9Copy full SHA for a6803e9
cmd/fast/main.go
@@ -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