Introduction
config is a simple golang library and designed to read configurations from JSON, Yaml files, environment variables and command line. config depends on go-yaml to anlayze Yaml file and use built-in JSON library to handle JSON file.
Installation
- Install Yaml library first:
go get gopkg.in/yaml.v2
- Run the below to install:
go get github.com/eschao/config
Usage
Description
Golang library for reading configurations from JSON, YAML files, environment variables and command line.
Readme
932 KiB
Languages
Go
94.3%
Makefile
4.3%
Shell
0.9%
Awk
0.5%