repositorypackage
0.0.0-20230315194357-ceabe2d93a86
Repository: https://github.com/auvitly/settings.git
Documentation: pkg.go.dev
# README
settings
Settings Loader
settings
package that allows you to load settings from ENV, files (JSON, TOML, YAML, etc.) and also set default values for structure fields.
Install settings
- Load the package into the project
go get github.com/auvitly/settings
- Import the package at the place of use
import "github.com/auvitly/settings"