From ef50eb6d6b9db5f4065e3fc39026f510ab508477 Mon Sep 17 00:00:00 2001 From: John Guo Date: Mon, 9 Aug 2021 19:16:37 +0800 Subject: [PATCH] comment update for package ghttp --- net/ghttp/ghttp_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ghttp/ghttp_client.go b/net/ghttp/ghttp_client.go index c88e0ef3d..949754bf6 100644 --- a/net/ghttp/ghttp_client.go +++ b/net/ghttp/ghttp_client.go @@ -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() }