Files
httprunner/step.go
debugtalk 6b7955a955 init HttpBommer 🍰
2021-09-19 13:24:50 +08:00

6 lines
67 B
Go

package httpboomer
func (step *TStep) Run() error {
return nil
}