README ¶ 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 Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis client Binary client is an example client. Binary client is an example client. server Binary server is an example server. Binary server is an example server. Click to show internal directories. Click to hide internal directories.