1
0
mirror of https://github.com/golang/go synced 2024-09-30 15:18:32 -06: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:
Alex Carol 2016-10-16 00:26:39 +02:00 committed by Brad Fitzpatrick
parent ad5fd2872f
commit 0cc400f0e7

View File

@ -55,6 +55,8 @@
package server
import "errors"
type Args struct {
A, B int
}