mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 19:04:02 +03:00
Update to the latest golangci-lint
This commit is contained in:
@@ -78,7 +78,7 @@ func (suite *Socks5ServerTestSuite) SetupSuite() {
|
||||
}
|
||||
|
||||
func (suite *Socks5ServerTestSuite) TearDownSuite() {
|
||||
suite.socks5Listener.Close()
|
||||
suite.socks5Listener.Close() //nolint: errcheck
|
||||
}
|
||||
|
||||
func (suite *Socks5ServerTestSuite) MakeSocks5URL(user, password string) *url.URL {
|
||||
|
||||
Reference in New Issue
Block a user