Skip to content

v0.2.0

Compare
Choose a tag to compare
@codemedic codemedic released this 19 Jul 12:08
· 7 commits to master since this release
  • API changes
    log.OptionMust(o Option, err error) has become log.OptionsMust(o Option, err error) to reflect the most appropriate use case, which is to check for errors from OptionLoaders combined through log.Options(opt ...interface{}).
  • Minor doc updates and tweaks.