mirror of https://github.com/golang/go.git
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
|
||||
|
||||
import "errors"
|
||||
|
||||
type Args struct {
|
||||
A, B int
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue