grafana/vendor/golang.org/x/xerrors
Dave Henderson 66b70b50b8 Tracing: Support configuring Jaeger client from environment (#21103)
* Tracing: Support configuring Jaeger client from environment
* Tracing: Replace deprecated Jaeger Client call
2019-12-18 20:09:15 +01:00
..
internal Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00
adaptor.go Chore: Upgrade to Go 1.13 (#19502) 2019-10-02 13:59:05 +02:00
codereview.cfg Chore: Upgrade to Go 1.13 (#19502) 2019-10-02 13:59:05 +02:00
doc.go Tracing: Support configuring Jaeger client from environment (#21103) 2019-12-18 20:09:15 +01: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.go Chore: Upgrade to Go 1.13 (#19502) 2019-10-02 13:59:05 +02:00
frame.go Chore: Upgrade to Go 1.13 (#19502) 2019-10-02 13:59:05 +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: Upgrade to Go 1.13 (#19502) 2019-10-02 13:59:05 +02:00

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