tracerr v0.1.1 Release Notes

Release Date: 2019-02-09 // about 5 years ago
  • โž• Added

    • ๐Ÿ”„ Changelog.
    • go.mod file.
    • License.
    • โœ… Tests with 100% coverage.
    • Travis CI.

    ๐Ÿ”„ Changed

    • Error.Err and Error.Frames properties are now exported.
    • Error.Error() called on nil now returns empty string instead of panics.
    • ๐Ÿ–จ All print and sprint functions called with nil error now returns or prints empty string instead of panics.