Gregory Eremin 5bf8bb3a36 | ||
---|---|---|
config | ||
context2 | ||
csv2 | ||
dbc | ||
filecache | ||
log | ||
ptrto | ||
reflect2 | ||
set | ||
threadpool | ||
time2 | ||
LICENSE | ||
Makefile | ||
README.md |
README.md
Gobelt
Gobelt is a collection of Go tools that I got tired of implementing again and again.
- Config: Configuration manager
- CSV: Extensions to
encoding/csv
package - File cache: File cache implementation
- Log:
- Pointers: Pointers to basic types
- Reflect: Extensions to
reflect
package - Sets: A collection of packages that implement set data structure for basic types.
- ORM: ORM wannabe
- Thread pool: Implements a thread pool
- Time: Extensions to
time
package with time freezing features