Categorygithub.com/tommzn/go-config
repositorypackage
1.2.1
Repository: https://github.com/tommzn/go-config.git
Documentation: pkg.go.dev

# README

Go Reference GitHub go.mod Go version GitHub release (latest by date) Go Report Card Actions Status

Read & Access Configurations

Provides different sources to read config and a generic interface to access configurations. Under the hood it used ![Viper Config]/https://github.com/spf13/viper) to load, parse and access configurations.

Sources

Following sources are available:

  • local/static config
  • config from YAML files
  • config from files stored in AWS S3 bucket