0
0
mirror of https://github.com/crazy-max/diun.git synced 2024-12-22 19:38:28 +00:00
crazy-max_diun/vendor/github.com/crazy-max/gonfig
2024-12-14 22:30:21 +01:00
..
env chore: go mod vendor 2024-12-14 22:30:21 +01:00
file chore: go mod vendor 2024-12-14 22:30:21 +01:00
flag chore: go mod vendor 2024-12-14 22:30:21 +01:00
parser chore: go mod vendor 2024-12-14 22:30:21 +01:00
types chore: go mod vendor 2024-12-14 22:30:21 +01:00
.editorconfig chore: go mod vendor 2024-12-14 22:30:21 +01:00
.gitignore chore: go mod vendor 2024-12-14 22:30:21 +01:00
.golangci.yml chore: go mod vendor 2024-12-14 22:30:21 +01:00
CHANGELOG.md chore: go mod vendor 2024-12-14 22:30:21 +01:00
codecov.yml chore: go mod vendor 2024-12-14 22:30:21 +01:00
docker-bake.hcl chore: go mod vendor 2024-12-14 22:30:21 +01:00
Dockerfile chore: go mod vendor 2024-12-14 22:30:21 +01:00
file_finder.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
gonfig.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
LICENSE chore: go mod vendor 2024-12-14 22:30:21 +01:00
loader_env.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
loader_file.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
loader_flag.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
loader.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
README.md chore: go mod vendor 2024-12-14 22:30:21 +01:00

PkgGoDev Test workflow Go Report Codecov
Become a sponsor Donate Paypal

About

This library is heavily inspired by the traefik config package. It offers a simple and performant config handling with:

  • Configuration files in YAML or TOML format
  • Environment variables
  • Flag arguments

An example is available here.

Installation

go get github.com/crazy-max/gonfig

Contributing

Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. You can also support this project by becoming a sponsor on GitHub or by making a Paypal donation to ensure this journey continues indefinitely!

Thanks again for your support, it is much appreciated! 🙏

License

MIT. See LICENSE for more details.