google-cloud-go
google-cloud-go copied to clipboard
perf: avoid unnecessary fmt.Errorf
Fixes #9749
Automatically fixed with:
gofmt -w -r "fmt.Errorf(s) -> errors.New(s)" .
goimports -w .
Spanner related changes are in https://github.com/googleapis/google-cloud-go/pull/10736