grafana/vendor/golang.org/x/xerrors
Andrej Ocenas c429934a66
Chore: Use x/xerrors instead of pkg/errors (#16668)
* Use xerrors instead of pkg/errors

* Add Wrap util func

* Move Wrap to errutil package
2019-04-23 11:50:31 +02:00
..
internal Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
adaptor_go1_12.go Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
adaptor_go1_13.go Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
doc.go Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
errors.go Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
fmt.go Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
format_go1_12.go Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
format_go1_13.go Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
frame_go1_12.go Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
go.mod Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
LICENSE Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
PATENTS Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
README Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
wrap.go Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00

This repository holds the transition packages for the new Go 1.13 error values.
See golang.org/design/29934-error-values.