Clone this repo:
  1. 774a802 chore: create a release (#498) by Baha Aiman · 3 days ago main release-498 v2.21.0
  2. a2a329e feat(v2): update IsFeatureEnabled to not require EXPERIMENTAL (#497) by Wes Tarle · 4 days ago
  3. d531001 feat(v2): hook transport telemetry into gax.Invoke and record (#496) by Wes Tarle · 9 days ago
  4. 25485ab chore: create a release (#495) by Alex Hong · 10 days ago release-495 v2.20.0
  5. 1f3e9ae feat: hook metric recording into gax.Invoke (#494) by Wes Tarle · 10 days 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.