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

..03-May-2022-

v2/H13-May-2019-

.gitignoreH A D13-Nov-20188

.travis.ymlH A D13-Nov-2018218

CODE_OF_CONDUCT.mdH A D13-Nov-20181.9 KiB

CONTRIBUTING.mdH A D13-Nov-20181.4 KiB

LICENSEH A D13-Nov-20181.4 KiB

README.mdH A D13-Nov-20181.1 KiB

call_option.goH A D13-Nov-20184.8 KiB

call_option_test.goH A D13-Nov-20183 KiB

gax.goH A D13-Nov-20181.9 KiB

header.goH A D13-Nov-2018545

header_test.goH A D13-Nov-2018395

invoke.goH A D13-Nov-20182.8 KiB

invoke_test.goH A D13-Nov-20184.8 KiB

README.md

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