Commit 0cc400f0 authored by Alex Carol's avatar Alex Carol Committed by Brad Fitzpatrick

net/rpc: add missing import to rpc server documentation

Change-Id: Idca6115181960eed7a955027ee77a02decb4e7f2
Reviewed-on: https://go-review.googlesource.com/31179Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent ad5fd287
......@@ -55,6 +55,8 @@
package server
import "errors"
type Args struct {
A, B int
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment