change: rename cmd

This commit is contained in:
debugtalk
2021-10-11 15:08:05 +08:00
parent 5a74b12499
commit 292752c532

7
cmd/httpboomer/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "github.com/httprunner/httpboomer/cmd"
func main() {
cmd.Execute()
}