Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 847 B

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.