mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
net/rpc: add missing import to rpc server documentation
Change-Id: Idca6115181960eed7a955027ee77a02decb4e7f2 Reviewed-on: https://go-review.googlesource.com/31179 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
ad5fd2872f
commit
0cc400f0e7
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@
|
|||
|
||||
package server
|
||||
|
||||
import "errors"
|
||||
|
||||
type Args struct {
|
||||
A, B int
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue