mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add typ (#2474)
* 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:
parent
702b1a6620
commit
cab8b303fe
@ -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.
|
* [treap](https://github.com/perdata/treap) - Persistent, fast ordered map using tree heaps.
|
||||||
* [trie](https://github.com/derekparker/trie) - Trie implementation in Go.
|
* [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.
|
* [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.
|
* [willf/bloom](https://github.com/willf/bloom) - Go package implementing Bloom filters.
|
||||||
|
|
||||||
## Database
|
## Database
|
||||||
|
Loading…
Reference in New Issue
Block a user