Urethramancer / countries

Go package with country codes to country name translation, phone prefixes and postal address formatting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Countries

A simple lookup package for country codes to country names or phone prefixes, and formatting postal addresses.

Functions

Get a country name from a two-letter country code:

country := Country("VU")

Get a phone prefix from a two-letter country code:

pre := PhonePrefix("MN")

Licence

MIT.

About

Go package with country codes to country name translation, phone prefixes and postal address formatting.

License:MIT License


Languages

Language:Go 100.0%