Skip to content

Commit

Permalink
net/rpc: add missing import to rpc server documentation
Browse files Browse the repository at this point in the history
Change-Id: Idca6115181960eed7a955027ee77a02decb4e7f2
Reviewed-on: https://go-review.googlesource.com/31179
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
alexcarol authored and bradfitz committed Oct 16, 2016
1 parent ad5fd28 commit 0cc400f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/net/rpc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
package server
import "errors"
type Args struct {
A, B int
}
Expand Down

0 comments on commit 0cc400f

Please sign in to comment.