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

..03-May-2022-

.github/H16-Sep-2021-

internal/kokoro/H16-Sep-2021-

v2/H16-Sep-2021-

.gitignoreH A D16-Sep-20218

CODE_OF_CONDUCT.mdH A D16-Sep-20211.9 KiB

CONTRIBUTING.mdH A D16-Sep-20211.6 KiB

LICENSEH A D16-Sep-20211.4 KiB

README.mdH A D16-Sep-2021850

RELEASING.mdH A D16-Sep-20211.2 KiB

SECURITY.mdH A D16-Sep-2021329

call_option.goH A D16-Sep-20212.9 KiB

gax.goH A D16-Sep-20212 KiB

go.modH A D16-Sep-2021326

go.sumH A D16-Sep-202179.6 KiB

header.goH A D16-Sep-20211.8 KiB

invoke.goH A D16-Sep-20212.1 KiB

renovate.jsonH A D16-Sep-2021414

tools.goH A D16-Sep-20211.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/v2
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