refactor: merge hrp into httprunner repo

This commit is contained in:
debugtalk
2022-03-23 16:10:45 +08:00
parent dc773aec3e
commit 566cc9df82
13 changed files with 103 additions and 332 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import (
"github.com/httprunner/httprunner/hrp/cmd"
)
func main() {
cmd.Execute()
}