refactor: rename to hrp

This commit is contained in:
debugtalk
2021-10-16 23:14:16 +08:00
parent 078f7fb20f
commit 96c136e2be
46 changed files with 273 additions and 270 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "github.com/httprunner/hrp/hrp/cmd"
func main() {
cmd.Execute()
}