added go-type

This commit is contained in:
Mikalai Konan 2021-04-26 23:43:12 +03:00 committed by Avelino
parent fa27eec9eb
commit 330f9fb8c2

View File

@ -2039,6 +2039,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go-safe](https://github.com/kenkyu392/go-safe) - Panic-safe sandbox. * [go-safe](https://github.com/kenkyu392/go-safe) - Panic-safe sandbox.
* [go-sitemap-generator](https://github.com/ikeikeikeike/go-sitemap-generator) - XML Sitemap generator written in Go. * [go-sitemap-generator](https://github.com/ikeikeikeike/go-sitemap-generator) - XML Sitemap generator written in Go.
* [go-trigger](https://github.com/sadlil/go-trigger) - Go-lang global event triggerer, Register Events with an id and trigger the event from anywhere from your project. * [go-trigger](https://github.com/sadlil/go-trigger) - Go-lang global event triggerer, Register Events with an id and trigger the event from anywhere from your project.
* [go-type](https://github.com/mikekonan/go-types) - Library providing Go types for store/validation and transfer of ISO-4217, ISO-3166, and other types.
* [goback](https://github.com/carlescere/goback) - Go simple exponential backoff package. * [goback](https://github.com/carlescere/goback) - Go simple exponential backoff package.
* [goctx](https://github.com/zerosnake0/goctx) - Get your context value with high performance. * [goctx](https://github.com/zerosnake0/goctx) - Get your context value with high performance.
* [godaemon](https://github.com/VividCortex/godaemon) - Utility to write daemons. * [godaemon](https://github.com/VividCortex/godaemon) - Utility to write daemons.