[go-nuts] Gift wrap errors or not?

2018-03-01 Thread Tamás Gulácsi
I use github.com/pkg/errors. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.goog

[go-nuts] Gift wrap errors or not?

2018-03-01 Thread Tad Vizbaras
It has been almost two years since this post: https://dave.cheney.net/2016/06/12/stack-traces-and-the-errors-package What is current best practice? Should I use some package to gift wrap errors in order to get stack trace attached to them? Standard library errors package is really "bare bones".