refactor: merge hrp into httprunner repo

This commit is contained in:
debugtalk
2022-03-23 15:46:54 +08:00
parent c2822207ff
commit fe28772813
13 changed files with 103 additions and 332 deletions

View File

@@ -1,9 +0,0 @@
package main
import (
"github.com/httprunner/httprunner/hrp/cmd"
)
func main() {
cmd.Execute()
}