Skip to content

therve/go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go utilities CI Status Coverage Status

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

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.0%
  • HTML 1.1%
  • Makefile 0.9%