# README
tox go-helper
A swiss army knife for golang
Why: After writing the same lines of code over and over again, I came to the conclusion to pack everything into a package ...
Getting started
To get the package, execute:
go get https://github.com/dasrick/go-helper/v2
To import this package, add the following line to your code:
import "github.com/dasrick/go-helper/v2"
For more details, see the API documentation.