Remove URL from client user agent

This commit is contained in:
Frédéric Guillot 2019-01-07 18:08:42 -08:00
parent a86a7dce57
commit 28ba09e952
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
)
const (
userAgent = "Miniflux Client Library <https://github.com/miniflux/miniflux-go>"
userAgent = "Miniflux Client Library"
defaultTimeout = 80
)