Clone this repo:
  1. 75553cb chore(all): update all (#457) by Mend Renovate · 3 days ago main
  2. 8d2c4a6 chore(all): update module google.golang.org/api to v0.258.0 (#456) by Mend Renovate · 2 weeks ago
  3. 8dd5fda chore(all): update all (#453) by Mend Renovate · 3 weeks ago
  4. 41be171 chore: create a release (#455) by Chris Smith · 3 weeks ago release-455 v2.16.0
  5. 2700b8a feat(v2): add IsFeatureEnabled (#454) by Chris Smith · 3 weeks ago

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.