gopackagebase/Readme.md

16 lines
540 B
Markdown
Raw Permalink Normal View History

2022-11-09 01:06:01 -08:00
# gopackagebase
```sh
go get git.wisellama.rocks/Wisellama/gopackagebase@v0.0.3
2022-11-09 01:06:01 -08:00
```
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.
2022-11-09 01:07:59 -08:00
[1]: https://git.wisellama.rocks/Wisellama/gosimpleconf