From 330f9fb8c23198551c264557f188538c25c35c37 Mon Sep 17 00:00:00 2001 From: Mikalai Konan Date: Mon, 26 Apr 2021 23:43:12 +0300 Subject: [PATCH] added go-type --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4461eeb2..85ca714c 100644 --- a/README.md +++ b/README.md @@ -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-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-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. * [goctx](https://github.com/zerosnake0/goctx) - Get your context value with high performance. * [godaemon](https://github.com/VividCortex/godaemon) - Utility to write daemons.