Clone this repo:
  1. be11bb2 internal/kokoro: uncomment buildcop conditional (#101) by Tyler Bui-Palsulich · 4 years, 1 month ago main master
  2. 4865b10 internal/kokoro: don't use GOPATH, send logs to Build Cop Bot (#98) by Tyler Bui-Palsulich · 4 years, 1 month ago
  3. e3fb663 v2: don't use http.NewRequestWithContext (#100) by Tyler Bui-Palsulich · 4 years, 1 month ago
  4. b443e5a better docs around Backoff (#95) by Jean de Klerk · 4 years, 7 months ago
  5. a170e83 internal: small fixes to go.mod, vet (#94) by Jean de Klerk · 4 years, 7 months 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.