mirror of
https://github.com/golang/go
synced 2024-11-05 15:26:15 -07: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
@ -55,6 +55,8 @@
|
|||||||
|
|
||||||
package server
|
package server
|
||||||
|
|
||||||
|
import "errors"
|
||||||
|
|
||||||
type Args struct {
|
type Args struct {
|
||||||
A, B int
|
A, B int
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user