No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Heiko Schlittermann d202cf83e2 update go version
2024-10-01 23:41:16 +02:00
example Merge branch 'master' into upstream 2024-10-01 23:40:11 +02:00
.golangci.yaml first POC 2024-08-15 09:57:47 +02:00
errors.go add: license to new files 2024-09-03 17:14:06 +02:00
fatal.go add: license to new files 2024-09-03 17:14:06 +02:00
go.mod update go version 2024-10-01 23:41:16 +02:00
go.sum new: mimic the errors package 2024-09-03 14:43:25 +02:00
LICENSE.txt add: license 2024-08-16 09:08:57 +02:00
README.md Merge branch 'master' into upstream 2024-10-01 23:40:11 +02:00
trace.go fix: Unwrap must not call unwrap itself 2024-09-19 13:41:44 +02:00
trace_test.go new: drop unused Traced type 2024-09-04 15:30:13 +02:00

Error Tracer

Go Reference

Sometimes you need to trace the origin, and call-path of errors, which basically is a stacktrace as soon as the error appears to the caller of the application (or its logging system).

This package is cloned and adjusted for being a SAP local one.

License

The License is here, because I created this package using my private resources.