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

..03-May-2022-

v2/H16-Sep-2021-

.gitignoreH A D13-Nov-20188 21

.travis.ymlH A D13-Nov-2018218 1312

CODE_OF_CONDUCT.mdH A D13-Nov-20181.9 KiB4435

CONTRIBUTING.mdH A D13-Nov-20181.4 KiB2824

LICENSEH A D13-Nov-20181.4 KiB2825

README.mdH A D13-Nov-20181.1 KiB3022

call_option.goH A D13-Nov-20184.8 KiB15881

call_option_test.goH A D13-Nov-20183 KiB8950

gax.goH A D13-Nov-20181.9 KiB392

header.goH A D13-Nov-2018545 2518

header_test.goH A D13-Nov-2018395 2017

invoke.goH A D13-Nov-20182.8 KiB9048

invoke_test.goH A D13-Nov-20184.8 KiB156104

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