package global import "google.golang.org/grpc" // 1. 示例化一个grpc server对象 var Server = grpc.NewServer() func Init() { }