Go to file
Sean Hickey 887349d720 optionally use utc/local time based on config 2022-11-20 15:34:33 -08:00
.gitignore Initial commit 2022-11-09 01:06:01 -08:00
License.md Initial commit 2022-11-09 01:06:01 -08:00
Makefile Initial commit 2022-11-09 01:06:01 -08:00
Readme.md optionally use utc/local time based on config 2022-11-20 15:34:33 -08:00
go.mod fix go.mod 2022-11-09 01:09:59 -08:00
go.sum Initial commit 2022-11-09 01:06:01 -08:00
gopackagebase.go optionally use utc/local time based on config 2022-11-20 15:34:33 -08:00
gopackagebase_test.go Add basic test, bump version because the shas got messed up 2022-11-09 01:30:27 -08:00
logging.go optionally use utc/local time based on config 2022-11-20 15:34:33 -08:00
random.go Initial commit 2022-11-09 01:06:01 -08:00
sighandler.go Initial commit 2022-11-09 01:06:01 -08:00

Readme.md

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.