Skip to content

Commit 942ab2a

Browse files
committed
2 parents 315babd + 2e3e564 commit 942ab2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

presets.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,9 @@ var PRESETS = map[string]QueryPreset{
436436
"the bahamas": QueryPreset{
437437
include: []string{"Bahamas"},
438438
},
439+
"gabon": QueryPreset{
440+
include: []string{"gabon", "Libreville", "Port-gentil", "Franceville", "Oyem", "Moanda"},
441+
},
439442
}
440443

441444
func Preset(name string) QueryPreset {

0 commit comments

Comments
 (0)