Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
Andrea Spacca ec086b4eb3 Bump google.golang.org/api 5 år sedan
..
internal/kokoro Bump google.golang.org/api 5 år sedan
v2 Bump google.golang.org/api 5 år sedan
.gitignore Bump google.golang.org/api 5 år sedan
CODE_OF_CONDUCT.md Bump google.golang.org/api 5 år sedan
CONTRIBUTING.md Bump google.golang.org/api 5 år sedan
LICENSE Bump google.golang.org/api 5 år sedan
README.md Bump google.golang.org/api 5 år sedan
RELEASING.md Bump google.golang.org/api 5 år sedan
call_option.go Bump google.golang.org/api 5 år sedan
gax.go Bump google.golang.org/api 5 år sedan
go.mod Bump google.golang.org/api 5 år sedan
go.sum Bump google.golang.org/api 5 år sedan
header.go Bump google.golang.org/api 5 år sedan
invoke.go Bump google.golang.org/api 5 år sedan
tools.go Bump google.golang.org/api 5 år sedan

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.