Versions in this module Expand all Collapse all v0 v0.0.1 Mar 9, 2024 Changes in this version + type Country struct + Code string + Name string + Zones []Zone + func GetCountries() []Country + func GetCountry(code string) (c Country, found bool) + type Zone struct + CountryCode string + Name string