DarthSim 2e6296c4d9 Go go mod 6 năm trước cách đây
..
v2 2e6296c4d9 Go go mod 6 năm trước cách đây
.gitignore 2e6296c4d9 Go go mod 6 năm trước cách đây
CODE_OF_CONDUCT.md 2e6296c4d9 Go go mod 6 năm trước cách đây
CONTRIBUTING.md 2e6296c4d9 Go go mod 6 năm trước cách đây
LICENSE 61ae01b0a4 Google Cloud Storage support 7 năm trước cách đây
README.md 2e6296c4d9 Go go mod 6 năm trước cách đây
RELEASING.md 2e6296c4d9 Go go mod 6 năm trước cách đây
call_option.go 384a2909c3 Update vendored dependencies 6 năm trước cách đây
gax.go 384a2909c3 Update vendored dependencies 6 năm trước cách đây
go.mod 2e6296c4d9 Go go mod 6 năm trước cách đây
go.sum 2e6296c4d9 Go go mod 6 năm trước cách đây
header.go 384a2909c3 Update vendored dependencies 6 năm trước cách đây
invoke.go 384a2909c3 Update vendored dependencies 6 năm trước cách đây

README.md

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

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.