Added
- Added
LoadError
to be returned when loading fails. #17 - Added
PostLoadError
to be returned when a config struct'sPostLoad
hook fails. #17 - Added
SerializeError
to be returned when value serialization into a config struct field fails. #17
Removed
Config.PostLoad
was removed from the public API. #17
Changed
- Config struct
PostLoad
hooks are now automatically called byConfig.Load
. #17