koanf
Simple, lightweight, extensible, configuration management library for Go. Support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
How to download and setup koanf
Open terminal and run command
git clone https://github.com/knadh/koanf.git
git clone is used to create a copy or clone of koanf repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with koanf https://github.com/knadh/koanf/archive/master.zip
Or simply clone koanf with SSH
[email protected]:knadh/koanf.git