codeberg.org/gruf/go-errors/v2@v2.3.1/README.md (about) 1 # go-errors 2 3 powerful errors library with a simple API that allows: 4 - accessing all the standard library errors functions 5 - wrapping of errors 6 - adding values to errors, in a similar manner to contexts 7 - including calling function prefix when tag=errcaller is set 8 - including stacktrace with error when tag=errtrace is set