Index: common/prpc/doc.go |
diff --git a/common/prpc/doc.go b/common/prpc/doc.go |
new file mode 100644 |
index 0000000000000000000000000000000000000000..356460b757758ef4452ed9ab136b9bdf4ea71293 |
--- /dev/null |
+++ b/common/prpc/doc.go |
@@ -0,0 +1,10 @@ |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+// Package prpc implements a pRPC client. |
+// |
+// Use tools/cmd/cproto to generate |
+// a pRPC-compatible service client from a .proto file and then use |
+// the generated CreateXxxPRPCClient function to create a client. |
+package prpc |