Skip to content

Commit

Permalink
feat(cmd.fast): add cmd/fast
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Apr 3, 2021
1 parent 5acbf18 commit a6803e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cmd/fast/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main

import (
"github.com/adhocore/fast/internal/fast"
)

func main() {
fast.Run()
}

0 comments on commit a6803e9

Please sign in to comment.