Versions in this module Expand all Collapse all v0 v0.1.0 Jun 24, 2026 Changes in this version + func LoadCities(data map[string][]City) + func Timezones() []string + type City struct + Country string + Lat float64 + Lng float64 + Name string + Region string + func CitiesByCountry(code string) []City + type Country struct + Code string + Currency string + Dial string + Name string + Region string + Timezone string + func Countries() []Country + func CountryByCode(code string) (Country, bool) + type Language struct + Code string + Name string + Native string + func Languages() []Language