Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 601 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 601 Bytes

GTools

GTools is a suite of common go tools. Generally, these tools have very few dependencies. Each tool has its own readme.

Tools:

  • gconfig - a yaml-based static config file
  • gerror - better errors in golang
  • genum - an advanced enum code generator
  • gsync - sync utilities
  • gtask - a set of task management utilities
  • log - bare-bone utilities written around zap.Logger for log handling
  • set - basic "set" implementation

Contributing:

Submit a PR!

TODO:

  • complete gerror
  • faster set impl + tests