diff options
Diffstat (limited to 'clients/http/git_upload_pack.go')
-rw-r--r-- | clients/http/git_upload_pack.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clients/http/git_upload_pack.go b/clients/http/git_upload_pack.go index 4b06c72..2d38d42 100644 --- a/clients/http/git_upload_pack.go +++ b/clients/http/git_upload_pack.go @@ -18,8 +18,7 @@ type GitUploadPackService struct { auth HTTPAuthMethod } -func NewGitUploadPackService(url string) *GitUploadPackService { - // url ignored +func NewGitUploadPackService() *GitUploadPackService { return &GitUploadPackService{ Client: http.DefaultClient, } |