Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Andrea Spacca ec086b4eb3 Bump google.golang.org/api il y a 5 ans
..
internal/kokoro Bump google.golang.org/api il y a 5 ans
v2 Bump google.golang.org/api il y a 5 ans
.gitignore Bump google.golang.org/api il y a 5 ans
CODE_OF_CONDUCT.md Bump google.golang.org/api il y a 5 ans
CONTRIBUTING.md Bump google.golang.org/api il y a 5 ans
LICENSE Bump google.golang.org/api il y a 5 ans
README.md Bump google.golang.org/api il y a 5 ans
RELEASING.md Bump google.golang.org/api il y a 5 ans
call_option.go Bump google.golang.org/api il y a 5 ans
gax.go Bump google.golang.org/api il y a 5 ans
go.mod Bump google.golang.org/api il y a 5 ans
go.sum Bump google.golang.org/api il y a 5 ans
header.go Bump google.golang.org/api il y a 5 ans
invoke.go Bump google.golang.org/api il y a 5 ans
tools.go Bump google.golang.org/api il y a 5 ans

README.md

Google API Extensions for Go

GoDoc

Google API Extensions for Go (gax-go) is a set of modules which aids the development of APIs for clients and servers based on gRPC and Google API conventions.

To install the API extensions, use:

go get -u github.com/googleapis/gax-go

Note: Application code will rarely need to use this library directly, but the code generated automatically from API definition files can use it to simplify code generation and to provide more convenient and idiomatic API surface.

Go Versions

This library requires Go 1.6 or above.

License

BSD - please see LICENSE for more information.