chore: bootstrap releases for path: undefined
2 files changed
tree: 6d269c51678ec825f61f7e181e1733cc74c267f5
  1. .github/
  2. internal/
  3. v2/
  4. .gitignore
  5. .release-please-manifest.json
  6. call_option.go
  7. CODE_OF_CONDUCT.md
  8. CONTRIBUTING.md
  9. gax.go
  10. go.mod
  11. go.sum
  12. header.go
  13. invoke.go
  14. LICENSE
  15. README.md
  16. release-please-config.json
  17. RELEASING.md
  18. renovate.json
  19. SECURITY.md
README.md

Google API Extensions for Go

GoDoc

Google API Extensions for Go (gax-go) is a set of modules which aids the development of APIs for clients and servers based on gRPC and Google API conventions.

To install the API extensions, use:

go get -u github.com/googleapis/gax-go/v2

Note: Application code will rarely need to use this library directly, but the code generated automatically from API definition files can use it to simplify code generation and to provide more convenient and idiomatic API surface.

Go Versions

This library requires Go 1.6 or above.

License

BSD - please see LICENSE for more information.