# Functions
AddStandardConfigPaths adds the standard *nix-style configuration paths.
BindConfig attempts first to bind the configuration file via BindConfigFile.
BindConfigName extracts the path of the Viper configuration file from a flagset.
BindConfigName extracts the name of the Viper configuration file from a flagset.
MustKeyUnmarshal attempts to unmarshal the given key, panicing on any error.
MustUnmarshal attempts to unmarshal the value, panicing on any error.
# Structs
InvalidUnmarshaler is an Unmarshaler that simply returns an error.
# Interfaces
Configer is the subset of Viper behavior dealing with configuration paths and locations.
FlagLookup is the behavior expected of a pflag.FlagSet to lookup individual flags by longhand name.
KeyUnmarshaler describes the subset of Viper behavior for unmarshaling an arbitrary configuration key.
Unmarshaler describes the subset of Viper behavior dealing with unmarshaling into arbitrary values.