| Index: client/cmd/rpc/doc.go
|
| diff --git a/tools/cmd/cproto/testdata/twoFiles/2.proto b/client/cmd/rpc/doc.go
|
| similarity index 65%
|
| copy from tools/cmd/cproto/testdata/twoFiles/2.proto
|
| copy to client/cmd/rpc/doc.go
|
| index 8ce0b85d6294f310e33e7bab1150d367c4e0eb06..b991ff8b491c2ee6ca3179f89e907bdf196befd6 100644
|
| --- a/tools/cmd/cproto/testdata/twoFiles/2.proto
|
| +++ b/client/cmd/rpc/doc.go
|
| @@ -2,10 +2,5 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -syntax = "proto3";
|
| -
|
| -package test;
|
| -
|
| -service S2 {
|
| -
|
| -}
|
| +// Command rpc can make RPCs to pRPC servers and display their description.
|
| +package main
|
|
|