This is a collection of my Go utilities in one easy-to-import and easy-to-share place.
The most useful to me are:
- covet: Reports PR diff coverage to encourage writing more tests, includes GitHub integrations
- goop: Runs Go scripts without the fuss. Automatically builds installed Go commands when you run them.
- gopages: Generates static Go documentation, includes a GitHub Pages integration
And these are pretty great too:
- datasize: Parse, format, and convert to differents units in bytes
- dns: Implements a drop-in replacement for DNS, since Go's DNS on macOS doesn't always work
- pipe: Simplify error handling while keeping the original intent clear
- plist: Parses macOS
*.plist
input data and formats them as JSON. - regext: Ignore whitespace and in-line comments in your regular expressions
Please open an issue and we can talk about it! 😄
All code in this repository is licensed under APLv2. The full license is here.