refactor: rename to hrp

This commit is contained in:
debugtalk
2021-10-16 23:14:16 +08:00
parent ca8cda9df4
commit 296b34300c
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()
}