* Add typ

* 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)

* Update README.md
This commit is contained in:
Ilya Krasheninnikov 2019-04-18 21:30:02 +03:00 committed by Ceriath
parent 702b1a6620
commit cab8b303fe

View File

@ -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