好记性不如烂笔头。

grpc获取客户端ip

go get google.golang.org/grpc/peer
p, _ := peer.FromContext(ctx)
fmt.Println("client.ip",p.Addr.String())