Codebase list golang-github-googleapis-gax-go / aea9c03
Add GoDoc badge and go get instructions (#53) Eno Compton authored 5 years ago Michael Darakananda committed 5 years ago
1 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22
33 [![Build Status](https://travis-ci.org/googleapis/gax-go.svg?branch=master)](https://travis-ci.org/googleapis/gax-go)
44 [![Code Coverage](https://img.shields.io/codecov/c/github/googleapis/gax-go.svg)](https://codecov.io/github/googleapis/gax-go)
5 [![GoDoc](https://godoc.org/github.com/googleapis/gax-go?status.svg)](https://godoc.org/github.com/googleapis/gax-go)
56
67 Google API Extensions for Go (gax-go) is a set of modules which aids the
78 development of APIs for clients and servers based on `gRPC` and Google API
89 conventions.
910
10 Application code will rarely need to use this library directly,
11 To install the API extensions, use:
12
13 ```
14 go get -u github.com/googleapis/gax-go
15 ```
16
17 **Note:** Application code will rarely need to use this library directly,
1118 but the code generated automatically from API definition files can use it
1219 to simplify code generation and to provide more convenient and idiomatic API surface.
1320