mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 03:44:01 +03:00
Linting
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ func runAccessGetIP(ntw *network.Network, protocol string) net.IP {
|
||||
},
|
||||
}
|
||||
|
||||
resp, err := client.Get("https://ifconfig.co")
|
||||
resp, err := client.Get("https://ifconfig.co") // nolint: bodyclose, noctx
|
||||
if err != nil {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user