chore: add CODEOWNERS (#38)

Updates: #37
1 file changed
tree: 44cc1490ddeb164a479884cd8beecc373b2ad60d
  1. .github/
  2. bigquery/
  3. datastore/
  4. internal/
  5. pubsub/
  6. storage/
  7. CODE_OF_CONDUCT.md
  8. CONTRIBUTING.md
  9. doc.go
  10. examples_test.go
  11. go.mod
  12. go.sum
  13. LICENSE
  14. README.md
  15. RELEASING.md
  16. tools.go
README.md

Testing Support for the Google Cloud Client Libraries for Go

go get github.com/googleapis/google-cloud-go-testing

This repository contains code that can help you test against the Cloud Client Libraries for Go.

If you plan to use this code for mocks, we recommend you read Don't Overuse Mocks first.

NOTE: This code has alpha status. It may be subject to backwards-incompatible changes.