Versions in this module Expand all Collapse all v0 v0.2.0 Jan 11, 2019 Changes in this version + var ErrDecodeFailed = errors.New("The value for the given key could not be decoded") + var ErrLoadFailed = errors.New("Unable to load config") + var ErrNotSet = errors.New("The value for the given key was not set") + type ConfigLoader struct + func Load(config_path string) (*ConfigLoader, error) + func (loader *ConfigLoader) Get(key string) (string, error) + func (loader *ConfigLoader) ParseInto(key string, out interface{}) error