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

6 lines
67 B
Go

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