Categorygithub.com/Auvitly/settings
repositorypackage
0.0.0-20230315194357-ceabe2d93a86
Repository: https://github.com/auvitly/settings.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

golangci-lint logo

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

  1. Load the package into the project
go get github.com/auvitly/settings
  1. Import the package at the place of use
import "github.com/auvitly/settings"

Documentation