GTools is a suite of common go tools. Generally, these tools have very few dependencies. Each tool has its own readme.
- gomonorepo - monorepo cli for golang
- gconfig - a yaml-based static config file
- 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
- gerror - (deprecated) better errors in golang
Submit a PR!
- complete gerror
- faster set impl + tests