Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aimuz committed Jul 23, 2018
1 parent c04ea3d commit 5aee97f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func NewRequest(method, url string, data []byte) (body []byte, err error) {
return body, err
}

// Request 请求包装体
type Request struct {
Client *http.Client
}
Expand Down

0 comments on commit 5aee97f

Please sign in to comment.