From 17b2fc9878b339fc6b0e0bd032516aa8db7c3ac0 Mon Sep 17 00:00:00 2001 From: Mohamed Abdullahi Hassan <65617964+zayidmohamedy@users.noreply.github.com> Date: Tue, 2 Aug 2022 17:01:09 +0600 Subject: [PATCH 1/2] added two cities in somalia "garowe" & "kismayo" --- presets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presets.go b/presets.go index 8b88e675b..22d4adaca 100644 --- a/presets.go +++ b/presets.go @@ -276,7 +276,7 @@ var PRESETS = map[string]QueryPreset{ include: []string{"chad", "tchad", "n'djamena", "moundou"}, }, "somalia": QueryPreset{ - include: []string{"somalia", "mogadishu", "hargeisa", "bosaso", "borama"}, + include: []string{"somalia", "mogadishu", "hargeisa", "bosaso", "borama", "garowe", "kismayo}, }, "zimbabwe": QueryPreset{ include: []string{"zimbabwe", "harare", "bulawayo", "mutare", "gweru", "kwekwe"}, From 2203152e84faa212c0b1002529728a220bea7f33 Mon Sep 17 00:00:00 2001 From: Mohamed Abdullahi Hassan <65617964+zayidmohamedy@users.noreply.github.com> Date: Wed, 3 Aug 2022 16:43:19 +0600 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Ashish Kulkarni --- presets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presets.go b/presets.go index 22d4adaca..65b57e78d 100644 --- a/presets.go +++ b/presets.go @@ -276,7 +276,7 @@ var PRESETS = map[string]QueryPreset{ include: []string{"chad", "tchad", "n'djamena", "moundou"}, }, "somalia": QueryPreset{ - include: []string{"somalia", "mogadishu", "hargeisa", "bosaso", "borama", "garowe", "kismayo}, + include: []string{"somalia", "mogadishu", "hargeisa", "bosaso", "borama", "garowe", "kismayo"}, }, "zimbabwe": QueryPreset{ include: []string{"zimbabwe", "harare", "bulawayo", "mutare", "gweru", "kwekwe"},