# gopackagebase ```sh go get git.wisellama.rocks/Wisellama/gopackagebase@v0.0.3 ``` This modules contains basic setup and initialization functions that are useful to run at the beginning of a program. This integrates with [gosimpleconf][1] to also support parsing config files. I wanted to create this package to centralize some of the basic setup boilerplate I had started to collect in my Go projects. This repository may be considered an anti-pattern, but it fits my use-case. [1]: https://git.wisellama.rocks/Wisellama/gosimpleconf