mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 17:29:56 +08:00
10 lines
101 B
Go
10 lines
101 B
Go
package main
|
|
|
|
import (
|
|
"github.com/httprunner/httprunner/hrp/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|