Hotfix: lint error in Surfshark constants

This commit is contained in:
Quentin McGaw
2021-04-16 22:37:51 +00:00
parent 0636123e7a
commit 3795e92a82

View File

@@ -21,7 +21,7 @@ func SurfsharkRegionChoices() (choices []string) {
return makeUnique(choices) return makeUnique(choices)
} }
//nolint:lll //nolint:lll,dupl
// SurfsharkServers returns a slice of all the server information for Surfshark. // SurfsharkServers returns a slice of all the server information for Surfshark.
func SurfsharkServers() []models.SurfsharkServer { func SurfsharkServers() []models.SurfsharkServer {
return []models.SurfsharkServer{ return []models.SurfsharkServer{