chore(storage): common sorting for all servers

This commit is contained in:
Quentin McGaw
2022-06-06 01:57:44 +00:00
parent f53f0cfffd
commit 1216326867
48 changed files with 1319 additions and 1795 deletions

View File

@@ -12,7 +12,7 @@ type ServerLocation struct {
}
// TODO remove retroRegion and servers from API in v4.
func LocationData() (data []ServerLocation) {
func LocationData() (data []ServerLocation) { //nolint:maintidx
//nolint:lll
return []ServerLocation{
{Region: "Asia Pacific", Country: "Australia", City: "Adelaide", RetroLoc: "Australia Adelaide", Hostname: "au-adl.prod.surfshark.com", MultiHop: false},