公告板
版本库
filestore
活动
搜索
登录
main
/
speechAnalysis
浙大网新
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
export
yinbangzhong
2024-07-22
de6deb8ea9db498a81dc1d841b19e7917d7e5a41
[speechAnalysis.git]
/
constvar
/
global.go
1
2
3
4
5
6
7
8
9
package constvar
import (
"google.golang.org/grpc"
)
var (
GrpcClient *grpc.ClientConn
)