# go **Repository Path**: mirrors_hashicorp/go ## Basic Information - **Project Name**: go - **Description**: This is a collection of my Go utilities in one easy-to-import place - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-02 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go utilities [![Build Status](https://travis-ci.com/JohnStarich/go.svg?branch=master)](https://travis-ci.com/JohnStarich/go) [![Coverage Status](https://coveralls.io/repos/github/JohnStarich/go/badge.svg?branch=master)](https://coveralls.io/github/JohnStarich/go?branch=master) This is a collection of my Go utilities in one easy-to-import and easy-to-share place. * [dns](./dns): Implements a drop-in replacement for DNS, since Go's DNS on macOS doesn't always work * [gopages](./gopages): Generates static Go documentation, includes a GitHub Pages integration * [datasize](./datasize): Parse, format, and convert to differents units in bytes * [regext](./regext): Ignore whitespace and in-line comments in your regular expressions #### Questions? Concerns? Please [open an issue](https://github.com/JohnStarich/go/issues/new) and we can talk about it! 😄 #### Legal stuff All code in this repository is licensed under APLv2. The full license is [here](LICENSE).