Skip to content

Error categorization

Compare
Choose a tag to compare
@at15 at15 released this 13 Apr 21:47
· 50 commits to master since this release

closed issues

Breaking change

  • #74 Switched to go mod from dep

New feature

  • #76 created errors/errortype package for inspecting standard library error types,
    and add three common error interfaces ErrNotFound, ErrAlreadyExists, ErrNotImplemented

Fixed

  • #108 log package was using init to induct package level logger, it is changed to init.ializers