mirror of
https://github.com/hashicorp/go-darwin-dns
synced 2026-04-05 19:00:03 +00:00
No description
- Go 98.1%
- Makefile 1.9%
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| datasize | ||
| dns | ||
| gopages | ||
| regext | ||
| .gitignore | ||
| .travis.yml | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Go utilities

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! 😄
Legal stuff
All code in this repository is licensed under APLv2. The full license is here.