Skip to content

Commit 9be9861

Browse files
committed
net/rpc: fix build
LGTM=adg R=golang-codereviews, adg CC=golang-codereviews https://golang.org/cl/151620043
1 parent e629521 commit 9be9861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/net/rpc/client_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
"errors"
99
"fmt"
1010
"net"
11+
"runtime"
1112
"strings"
1213
"testing"
1314
)

0 commit comments

Comments
 (0)