google-cloud-go
google-cloud-go copied to clipboard
spanner: unnecessary workaround for errors
Issue for https://github.com/googleapis/google-cloud-go/pull/9757
Currently it's still using workarounds for Go1.12, which are no longer supported https://github.com/googleapis/google-cloud-go/blob/main/spanner/errors112.go -- that code can be removed.