diff options
Diffstat (limited to 'lib/http')
| -rw-r--r-- | lib/http/client.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/http/client.go b/lib/http/client.go index 99ef6ca1..4fc51c68 100644 --- a/lib/http/client.go +++ b/lib/http/client.go @@ -29,8 +29,7 @@ import ( ) var ( - defUserAgent = "libhttp/" + share.Version + - " (github.com/shuLhan/share/lib/http; ms@kilabit.info)" + defUserAgent = `libhttp/` + share.Version ) // Client is a wrapper for standard http.Client with simplified usabilities, |
