Clone this repo:
  1. 5f9b0c3 chore(all): update all (#432) by Mend Renovate · 16 hours ago main
  2. cb08006 chore(main): release 2.15.0 (#433) by release-please[bot] · 12 days ago v2.15.0
  3. c207f2a feat(apierror): improve gRPC status code mapping for HTTP errors (#431) by shollyman · 12 days ago
  4. 7025124 chore(all): update all (#430) by Mend Renovate · 3 weeks ago
  5. 9b083b5 chore(all): update all (#429) by Mend Renovate · 7 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.