Clone this repo:
  1. dde7fc4 chore(all): update all (#468) by Mend Renovate · 9 days ago main
  2. 01594ca feat: move gax-go to use 1.25 as the lower bound of support (#469) by shollyman · 2 weeks ago
  3. 64623c9 chore(all): update all (#467) by Mend Renovate · 3 weeks ago
  4. 612ea14 chore: replace old go teams with cloud-sdk-go-team (#464) by Tomo Suzuki · 4 weeks ago
  5. f3fb23d chore: create a release (#466) by Baha Aiman · 4 weeks ago release-466 v2.17.0

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.