Skip to content

Instantly share code, notes, and snippets.

@codingbaobao
codingbaobao / client.go
Last active April 12, 2022 01:26
grpc interceptor in Python/Golang
package main
import (
"context"
pb "example/helloworld"
"io"
"log"
"time"
"google.golang.org/grpc"