summaryrefslogtreecommitdiffhomepage
path: root/src/countries.go
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-01-01 11:03:51 +0100
committerThomas Voss <mail@thomasvoss.com> 2025-01-01 11:03:51 +0100
commit6723c30ec51b1e6bae44e41bd9dddb3ab423bd6c (patch)
treefe6004f303e438b25ab81dbb975668f745e6640f /src/countries.go
parent1b29c79144254e726f5d1f3c5be11ee5658a1e8c (diff)
Add some TODOs
Diffstat (limited to 'src/countries.go')
-rw-r--r--src/countries.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/countries.go b/src/countries.go
index 3fa764b..b8a27bd 100644
--- a/src/countries.go
+++ b/src/countries.go
@@ -12,6 +12,7 @@ type country struct {
}
func sortedCountries(p Printer) []country {
+ /* TODO: Add Kosovo and Montenegro */
xs := []country{
{Code: "ad", Name: p.T("Andorra")},
{Code: "at", Name: p.T("Austria")},