Skip to content

Commit d062d49

Browse files
Merge pull request #81 from MatissJanis/patch-1
Add Ireland to the list
2 parents cad704f + 04cac7f commit d062d49

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+
"ireland": PresetLocations{"ireland", "dublin", "cork"},
117118
"hong kong": PresetLocations{"hong+kong", "kowloon"}}
118119

119120
func Preset(name string) []string {

0 commit comments

Comments
 (0)