mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 14:44:02 +03:00
Update golanci-lint
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ type networkHTTPTransport struct {
|
||||
func (n networkHTTPTransport) RoundTrip(req *http.Request) (*http.Response, error) {
|
||||
req.Header.Set("User-Agent", n.userAgent)
|
||||
|
||||
return n.next.RoundTrip(req)
|
||||
return n.next.RoundTrip(req) // nolint: wrapcheck
|
||||
}
|
||||
|
||||
type network struct {
|
||||
|
||||
Reference in New Issue
Block a user