Adds internal/config package using gopkg.in/yaml.v3 and reflection for generic environment variable overrides. Updates main.go to load config and set log level. Adds tests and example config.
6 lines
88 B
Modula-2
6 lines
88 B
Modula-2
module github.com/placeholder/golang-template
|
|
|
|
go 1.23
|
|
|
|
require gopkg.in/yaml.v3 v3.0.1
|