mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
0f7acf1114
commit
6a186d38d1
109 changed files with 181 additions and 183 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue