Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
Andrea Spacca ec086b4eb3 Bump google.golang.org/api 5 anos atrás
..
client Bump google.golang.org/api 5 anos atrás
server Bump google.golang.org/api 5 anos atrás
README.md Bump google.golang.org/api 5 anos atrás

README.md

Cancellation

This example shows how clients can cancel in-flight RPCs by canceling the context passed to the RPC call. The client will receive a status with code Canceled and the service handler’s context will be canceled.

go run server/main.go
go run client/main.go