1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00
imgproxy/vendor/github.com/googleapis/gax-go
2019-04-09 21:55:15 +06:00
..
v2 Go go mod 2019-04-09 21:55:15 +06:00
.gitignore Go go mod 2019-04-09 21:55:15 +06:00
call_option.go Update vendored dependencies 2019-01-14 16:50:28 +06:00
CODE_OF_CONDUCT.md Go go mod 2019-04-09 21:55:15 +06:00
CONTRIBUTING.md Go go mod 2019-04-09 21:55:15 +06:00
gax.go Update vendored dependencies 2019-01-14 16:50:28 +06:00
go.mod Go go mod 2019-04-09 21:55:15 +06:00
go.sum Go go mod 2019-04-09 21:55:15 +06:00
header.go Update vendored dependencies 2019-01-14 16:50:28 +06:00
invoke.go Update vendored dependencies 2019-01-14 16:50:28 +06:00
LICENSE Google Cloud Storage support 2018-10-30 18:12:56 +06:00
README.md Go go mod 2019-04-09 21:55:15 +06:00
RELEASING.md Go go mod 2019-04-09 21:55:15 +06:00

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.