• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

internal/kokoro/H13-May-2019-

v2/H13-May-2019-

.gitignoreH A D13-May-20198

CODE_OF_CONDUCT.mdH A D13-May-20191.9 KiB

CONTRIBUTING.mdH A D13-May-20191.6 KiB

LICENSEH A D13-May-20191.4 KiB

README.mdH A D13-May-2019847

RELEASING.mdH A D13-May-20191.2 KiB

call_option.goH A D13-May-20192.9 KiB

gax.goH A D13-May-20192 KiB

go.modH A D13-May-2019373

go.sumH A D13-May-20194.2 KiB

header.goH A D13-May-20191.8 KiB

invoke.goH A D13-May-20192.1 KiB

tools.goH A D13-May-20191.2 KiB

README.md

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