internal: update CI/CD scripts (#81)

- Use go mod download to download deps instead of go get.
- Use GO111MODULE=on everywhere applicable.
- Switch to being 1.12 aware.
- Add tools.go to codify CI/CD dependencies.
- Allows breaking changes to occur, similar to https://github.com/google/go-genproto/commit/035c5b9201420e8b5ab4e32e945b5c48a9bcaccf

BREAKING_CHANGE_ACCEPTABLE=version changing
9 files changed
tree: 5ba70af1320eb70924f9a7560b578aaab27dd2d1
  1. internal/
  2. v2/
  3. .gitignore
  4. call_option.go
  5. CODE_OF_CONDUCT.md
  6. CONTRIBUTING.md
  7. gax.go
  8. go.mod
  9. go.sum
  10. header.go
  11. invoke.go
  12. LICENSE
  13. README.md
  14. RELEASING.md
  15. tools.go
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.