open-vault/vendor/github.com/googleapis/gax-go
Chris Hoffman a1c8c8459b
Bump Deps (#4868)
* bump deps

* revert script changes

* adding govendor miss
2018-07-06 12:09:34 -04:00
..
call_option.go Bump deps 2017-06-16 11:14:18 -04:00
CODE_OF_CONDUCT.md Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
CONTRIBUTING.md gcs physical backend (#2099) 2016-12-01 11:42:31 -08:00
gax.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
header.go Bump deps 2017-03-30 20:03:13 -04:00
invoke.go Bump deps 2017-03-30 20:03:13 -04:00
LICENSE gcs physical backend (#2099) 2016-12-01 11:42:31 -08:00
README.md Bump Deps (#4868) 2018-07-06 12:09:34 -04:00

Google API Extensions for Go

Build Status Code Coverage 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.