1
0
Fork 0
gobelt/README.md

17 lines
606 B
Markdown
Raw Permalink Normal View History

2018-06-17 11:56:44 +00:00
# Gobelt
Gobelt is a collection of Go tools that I got tired of implementing again and
again.
* [Config](config): Configuration manager
* [CSV](csv2): Extensions to `encoding/csv` package
* [File cache](filecache): File cache implementation
* [Log](log):
* [Pointers](ptrto): Pointers to basic types
* [Reflect](reflect2): Extensions to `reflect` package
* [Sets](set): A collection of packages that implement set data structure for
basic types.
* [ORM](sqldb): ORM wannabe
* [Thread pool](threadpool): Implements a thread pool
* [Time](time2): Extensions to `time` package with time freezing features