This is Qvik's Golang kit. It aims to collect all the usual boring boiler plate code from projects into one place. It is not meant to be a framework or a specific library but more in the way of being scaffolding for new projects.
See the godoc documentation for the library contents.
Install the library like so:
go get -u "github.com/qvik/gokit"The library is released under the MIT license.
Pull requests are welcomed. General guidelines for contributions:
- Before submitting a merge request, consider whether your code is solving something that is not already provided by an existing, well-tested library
- Your code must pass through
gofmt+golintwith no issues. - Avoid long lines; keep your code lines under 80 characters in length
- Write tests for your code
Contact Matti Dahlbom if any questions arise.