Skip to content

Commit 119c95a

Browse files
committed
add macau into the location list
1 parent fb53a48 commit 119c95a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

presets.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ var PRESETS = map[string]PresetLocations{
114114
"switzerland": PresetLocations{"switzerland", "zurich", "zürich", "geneva", "basel", "lausanne", "bern", "winterthur", "lucerne", "gallen", "lugano", "biel", "thun"},
115115
"togo": PresetLocations{"togo", "lome"},
116116
"sierra leone": PresetLocations{"sierra+leone", "freetown", "makeni", "koidu"},
117+
"macau": PresetLocations{"macau", "macao", "Macau", "Macao"},
117118
"hong kong": PresetLocations{"hong+kong", "kowloon"}}
118119

119120
func Preset(name string) []string {

0 commit comments

Comments
 (0)