1
0
Fork 0
gobelt/README.md

606 B

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