terraform/vendor/github.com/googleapis/gax-go
Martin Atkins 1bb79696c6 vendor: update to latest github.com/zclconf/go-cty
This includes a bugfix to the cty/msgpack package to ensure correct
decoding of unknown and null values.

This also includes updates to cty's dependencies.
2018-10-16 19:14:11 -07:00
..
.gitignore vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
.travis.yml vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
CONTRIBUTING.md need to add the files too 2017-01-20 10:59:14 -05:00
LICENSE need to add the files too 2017-01-20 10:59:14 -05:00
README.md need to add the files too 2017-01-20 10:59:14 -05:00
call_option.go need to add the files too 2017-01-20 10:59:14 -05:00
gax.go need to add the files too 2017-01-20 10:59:14 -05:00
invoke.go need to add the files too 2017-01-20 10:59:14 -05:00
path_template.go need to add the files too 2017-01-20 10:59:14 -05:00
path_template_parser.go need to add the files too 2017-01-20 10:59:14 -05:00

README.md

Google API Extensions for Go

Build Status Code Coverage

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.

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.

This project is currently experimental and not supported.

Go Versions

This library requires Go 1.6 or above.

License

BSD - please see LICENSE for more information.