fix: remove unused method

This commit is contained in:
debugtalk
2021-09-20 10:36:02 +08:00
parent 10e6c630eb
commit 08122f589b

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