From 08122f589bf98ca90fe7322fbb87b51ab9529bff Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 20 Sep 2021 10:36:02 +0800 Subject: [PATCH] fix: remove unused method --- request.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/request.go b/request.go index b7366396..a755faa9 100644 --- a/request.go +++ b/request.go @@ -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