示例#1
0
文件: end2end_test.go 项目: NeilW/rkt
func tearDown(s *grpc.Server, cc *grpc.ClientConn) {
	cc.Close()
	s.Stop()
}