Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

123456789101112131415161718192021222324252627
  1. Google API Extensions for Go
  2. ============================
  3. [![GoDoc](https://godoc.org/github.com/googleapis/gax-go?status.svg)](https://godoc.org/github.com/googleapis/gax-go)
  4. Google API Extensions for Go (gax-go) is a set of modules which aids the
  5. development of APIs for clients and servers based on `gRPC` and Google API
  6. conventions.
  7. To install the API extensions, use:
  8. ```
  9. go get -u github.com/googleapis/gax-go
  10. ```
  11. **Note:** Application code will rarely need to use this library directly,
  12. but the code generated automatically from API definition files can use it
  13. to simplify code generation and to provide more convenient and idiomatic API surface.
  14. Go Versions
  15. ===========
  16. This library requires Go 1.6 or above.
  17. License
  18. =======
  19. BSD - please see [LICENSE](https://github.com/googleapis/gax-go/blob/master/LICENSE)
  20. for more information.