refactor: move files to hrp

This commit is contained in:
debugtalk
2022-03-23 10:36:24 +08:00
parent 452a1a7536
commit 5888c51386
122 changed files with 23288 additions and 23 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import (
"github.com/httprunner/httprunner/hrp/cmd"
)
func main() {
cmd.Execute()
}