mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-25 10:10:14 +08:00
feat: add --output command in hrp build
This commit is contained in:
@@ -10,8 +10,8 @@ import (
|
||||
{{ $function }}
|
||||
{{ end }}
|
||||
func main() {
|
||||
{{- range $idx, $name := .FunctionNames }}
|
||||
fungo.Register("{{ index $.FunctionSnakeNames $idx }}", {{ $name }})
|
||||
{{- range $idx, $functionName := .FunctionNames }}
|
||||
fungo.Register("{{ $functionName }}", {{ $functionName }})
|
||||
{{- end }}
|
||||
fungo.Serve()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user