コード例 #1
0
ファイル: end2end_test.go プロジェクト: CNDonny/scope
func tearDown(s *grpc.Server, cc *grpc.ClientConn) {
	cc.Close()
	s.Stop()
}