mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
8 lines
89 B
Go
8 lines
89 B
Go
package main
|
|
|
|
import "github.com/httprunner/hrp/hrp/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|