gopackagebase/Readme.md

540 B

gopackagebase

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

This modules contains basic setup and initialization functions that are useful to run at the beginning of a program. This integrates with gosimpleconf 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.