kilo/vendor/golang.org/x/xerrors
leonnicolas a3bf13711c
go.mod: bump client-go and api machinerie
I had to run `make generate`.
Some API functions got additional parameters `Options` and `Context`.
I used empty options and `context.TODO()` for now.

Signed-off-by: leonnicolas <leonloechner@gmx.de>
2021-05-15 12:12:50 +02:00
..
internal go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
LICENSE go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
PATENTS go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
README go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
adaptor.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
codereview.cfg go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
doc.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
errors.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
fmt.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
format.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
frame.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
go.mod go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
wrap.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00

README

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