gopackagebase/Readme.md

483 B

gopackagebase

go get git.wisellama.rocks/Wisellama/gopackagebase@v0.0.1

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.