Categorygithub.com/asmyasnikov/go-config
modulepackage
1.0.1
Repository: https://github.com/asmyasnikov/go-config.git
Documentation: pkg.go.dev

# README

go-config

golang package which helps to read config from

  1. environment variables,
  2. json-config file
  3. flags

# Functions

PrintConfig print current config.
ReadConfig read config by default path or by flag -config.
ReadConfig read config by default path or by flag -config.