mirror of https://github.com/golang/go.git
net/rpc: fix build
LGTM=adg R=golang-codereviews, adg CC=golang-codereviews https://golang.org/cl/151620043
This commit is contained in:
parent
e6295210b9
commit
9be9861c91
|
|
@ -8,6 +8,7 @@ import (
|
|||
"errors"
|
||||
"fmt"
|
||||
"net"
|
||||
"runtime"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue