comment update for package ghttp

This commit is contained in:
John Guo
2021-08-09 19:16:37 +08:00
parent 0d2ca48d16
commit ef50eb6d6b

View File

@ -17,7 +17,7 @@ type (
ClientHandlerFunc = client.HandlerFunc
)
// New creates and returns a new HTTP client object.
// NewClient creates and returns a new HTTP client object.
func NewClient() *Client {
return client.New()
}