예제 #1
0
파일: end2end_test.go 프로젝트: NeilW/rkt
func tearDown(s *grpc.Server, cc *grpc.ClientConn) {
	cc.Close()
	s.Stop()
}