chore: add SECURITY.md
1 file changed
tree: abc18c215ff1e2c5a62fa8f29121e1b02efbe868
  1. .github/
  2. internal/
  3. v2/
  4. .gitignore
  5. call_option.go
  6. CODE_OF_CONDUCT.md
  7. CONTRIBUTING.md
  8. gax.go
  9. go.mod
  10. go.sum
  11. header.go
  12. invoke.go
  13. LICENSE
  14. README.md
  15. RELEASING.md
  16. SECURITY.md
  17. 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/v2

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.