change: rename cmd

This commit is contained in:
debugtalk
2021-10-11 15:08:05 +08:00
parent d0a819b5a4
commit 177106fcad

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()
}