src/pkg: make package doc comments consistently start with "Package foo".

R=rsc
CC=golang-dev
https://golang.org/cl/4442064
This commit is contained in:
Nigel Tao 2011-04-20 09:57:05 +10:00
parent 0f7acf1114
commit 6a186d38d1
109 changed files with 181 additions and 183 deletions

View file

@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
/*
The rpc package provides access to the exported methods of an object across a
Package rpc provides access to the exported methods of an object across a
network or other I/O connection. A server registers an object, making it visible
as a service with the name of the type of the object. After registration, exported
methods of the object will be accessible remotely. A server may register multiple