Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.06 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.06 KB

Go utilities CI Status Coverage Status

This is a collection of my Go utilities in one easy-to-import and easy-to-share place.

  • dns: Implements a drop-in replacement for DNS, since Go's DNS on macOS doesn't always work
  • gopages: Generates static Go documentation, includes a GitHub Pages integration
  • datasize: Parse, format, and convert to differents units in bytes
  • pipe: Simplify error handling while keeping the original intent clear
  • regext: Ignore whitespace and in-line comments in your regular expressions

Questions? Concerns?

Please open an issue and we can talk about it! 😄

Legal stuff

All code in this repository is licensed under APLv2. The full license is here.