From dccee21e31d97c05d76d058ecb3b444a00f01d8f Mon Sep 17 00:00:00 2001 From: Ilya Krasheninnikov Date: Sun, 14 Apr 2019 17:40:42 +0300 Subject: [PATCH 1/2] Add typ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * github.com repo: https://github.com/gurukami/typ * godoc.org: https://godoc.org/github.com/gurukami/typ * goreportcard.com: https://goreportcard.com/report/github.com/gurukami/typ * coverage service link: [![Coverage Status](https://img.shields.io/codecov/c/github/gurukami/typ/master.svg)](https://codecov.io/github/gurukami/typ?branch=master) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abccb5acc7..98033a7b76 100644 --- a/README.md +++ b/README.md @@ -1061,6 +1061,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [shortid](https://github.com/teris-io/shortid) - Distributed generation of super short, unique, non-sequential, URL friendly IDs. * [stats](https://github.com/go-playground/stats) - Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc... * [turtle](https://github.com/hackebrot/turtle) - Emojis for Go. +* [typ](https://github.com/gurukami/typ) - Null Types, Safe primitive type conversion and fetching value from complex structures. * [url-shortener](https://github.com/pantrif/url-shortener) - A modern, powerful, and robust URL shortener microservice with mysql support. * [VarHandler](https://github.com/azr/generators/tree/master/varhandler) - Generate boilerplate http input and output handling. * [xdg](https://github.com/rkoesters/xdg) - FreeDesktop.org (xdg) Specs implemented in Go. From 2784be078121c5474d6f7def9f4fc42572668b39 Mon Sep 17 00:00:00 2001 From: Ilya Krasheninnikov Date: Thu, 18 Apr 2019 21:24:22 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98033a7b76..d33393237d 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [treap](https://github.com/perdata/treap) - Persistent, fast ordered map using tree heaps. * [trie](https://github.com/derekparker/trie) - Trie implementation in Go. * [ttlcache](https://github.com/diegobernardes/ttlcache) - In-memory LRU string-interface{} map with expiration for golang. +* [typ](https://github.com/gurukami/typ) - Null Types, Safe primitive type conversion and fetching value from complex structures. * [willf/bloom](https://github.com/willf/bloom) - Go package implementing Bloom filters. ## Database @@ -1061,7 +1062,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [shortid](https://github.com/teris-io/shortid) - Distributed generation of super short, unique, non-sequential, URL friendly IDs. * [stats](https://github.com/go-playground/stats) - Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc... * [turtle](https://github.com/hackebrot/turtle) - Emojis for Go. -* [typ](https://github.com/gurukami/typ) - Null Types, Safe primitive type conversion and fetching value from complex structures. * [url-shortener](https://github.com/pantrif/url-shortener) - A modern, powerful, and robust URL shortener microservice with mysql support. * [VarHandler](https://github.com/azr/generators/tree/master/varhandler) - Generate boilerplate http input and output handling. * [xdg](https://github.com/rkoesters/xdg) - FreeDesktop.org (xdg) Specs implemented in Go.