Skip to content

Commit

Permalink
fix(requests.go): remove unused import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Jul 26, 2017
1 parent ea1a084 commit 105b4dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion request.go
Expand Up @@ -18,7 +18,6 @@ import (
"gopkg.in/h2non/gentleman.v2/plugins/multipart"
"gopkg.in/h2non/gentleman.v2/plugins/query"
"gopkg.in/h2non/gentleman.v2/plugins/url"
"gopkg.in/h2non/gentleman.v2/utils"
)

const (
Expand Down

0 comments on commit 105b4dc

Please sign in to comment.