Add import comments to grpc packages.

This enforces that these packages are used with these import paths.
See http://golang.org/cmd/go/#hdr-Import_path_checking for documentation.
This commit is contained in:
David Symonds
2015-02-09 13:43:18 +11:00
parent e161b9c071
commit 3981839a52
5 changed files with 6 additions and 6 deletions

2
doc.go
View File

@ -3,4 +3,4 @@ Package grpc implements an RPC system called gRPC.
See https://github.com/grpc/grpc for more information about gRPC.
*/
package grpc
package grpc // import "google.golang.org/grpc"