fix: remove unused method

This commit is contained in:
debugtalk
2021-09-20 10:36:02 +08:00
parent 20eaab5a5f
commit a3a205ae49

View File

@@ -74,10 +74,6 @@ func (req *Request) PATCH(url string) *RequestWithOptionalArgs {
}
}
func (req *Request) Run() error {
return req.TStep.Run()
}
// implements IStep interface
type RequestWithOptionalArgs struct {
*TStep