countries

package
v0.27.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CountriesISO2 = map[string]Country{}/* 249 elements not displayed */

CountriesISO2 indexes ISO3166 countries by their alpha-2 code.

View Source
var CountriesISO3 = map[string]Country{}/* 249 elements not displayed */

CountriesISO3 indexes ISO3166 countries by their alpha-3 code.

Functions

This section is empty.

Types

type Country

type Country struct {
	Name      string `json:"name"`
	ISOAlpha3 string `json:"alpha-3"`
	ISOAlpha2 string `json:"alpha-2"`
	Code      string `json:"country-code"`
}

Country identifies a country with its english name, and ISO3166 codes.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL