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

..03-May-2022-

internal/kokoro/H13-May-2019-15776

v2/H13-May-2019-775394

.gitignoreH A D13-May-20198 21

CODE_OF_CONDUCT.mdH A D13-May-20191.9 KiB4435

CONTRIBUTING.mdH A D13-May-20191.6 KiB3328

LICENSEH A D13-May-20191.4 KiB2825

README.mdH A D13-May-2019847 2820

RELEASING.mdH A D13-May-20191.2 KiB3125

call_option.goH A D13-May-20192.9 KiB7219

gax.goH A D13-May-20192 KiB402

go.modH A D13-May-2019373 1210

go.sumH A D13-May-20194.2 KiB4544

header.goH A D13-May-20191.8 KiB415

invoke.goH A D13-May-20192.1 KiB5313

tools.goH A D13-May-20191.2 KiB349

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