From 3d66d360e591654221eba996e3b9a98b05a3b128 Mon Sep 17 00:00:00 2001 From: Enrico Date: Sat, 17 Sep 2022 05:09:56 +0200 Subject: [PATCH] Add github.com/pioz/countries package (#4413) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3d15a73..32c2a7d3 100644 --- a/README.md +++ b/README.md @@ -2526,6 +2526,7 @@ _General utilities and tools to make your life easier._ - [copy](https://github.com/gotidy/copy) - Package for fast copying structs of different types. - [copy-pasta](https://github.com/jutkko/copy-pasta) - Universal multi-workstation clipboard that uses S3 like backend for the storage. - [countries](https://github.com/biter777/countries) - Full implementation of ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and IANA ccTLD standards. +- [countries](https://github.com/pioz/countries) - All you need when you are working with countries in Go. - [create-go-app](https://github.com/create-go-app/cli) - A powerful CLI for create a new production-ready project with backend (Golang), frontend (JavaScript, TypeScript) & deploy automation (Ansible, Docker) by running one command. - [cryptgo](https://github.com/Gituser143/cryptgo) - Crytpgo is a TUI based application written purely in Go to monitor and observe cryptocurrency prices in real time! - [ctop](https://github.com/bcicen/ctop) - [Top-like](https://ctop.sh) interface (e.g. htop) for container metrics.