No description
  • Go 98.1%
  • Makefile 1.9%
Find a file
hashicorp-copywrite[bot] a5947b72c0
[COMPLIANCE] Add Copyright and License Headers (#3)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-03-10 14:23:11 +05:30
.github [COMPLIANCE] Add Copyright and License Headers (#3) 2026-03-10 14:23:11 +05:30
datasize [COMPLIANCE] Add Copyright and License Headers (#3) 2026-03-10 14:23:11 +05:30
dns [COMPLIANCE] Add Copyright and License Headers (#3) 2026-03-10 14:23:11 +05:30
gopages [COMPLIANCE] Add Copyright and License Headers (#3) 2026-03-10 14:23:11 +05:30
regext [COMPLIANCE] Add Copyright and License Headers (#3) 2026-03-10 14:23:11 +05:30
.gitignore Initial commit, add regext 2019-10-12 01:36:27 -05:00
.travis.yml [COMPLIANCE] Add Copyright and License Headers (#3) 2026-03-10 14:23:11 +05:30
LICENSE Initial commit, add regext 2019-10-12 01:36:27 -05:00
Makefile Fix coverage package lookups for multi-module 2020-05-24 15:55:51 -05:00
README.md Add README for gopages 2020-05-20 01:04:40 -05:00

Go utilities Build 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
  • regext: Ignore whitespace and in-line comments in your regular expressions

Questions? Concerns?

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

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