]> Cypherpunks repositories - gostls13.git/commitdiff
net/rpc: fix build
authorDavid du Colombier <0intro@gmail.com>
Thu, 9 Oct 2014 09:21:21 +0000 (11:21 +0200)
committerDavid du Colombier <0intro@gmail.com>
Thu, 9 Oct 2014 09:21:21 +0000 (11:21 +0200)
LGTM=adg
R=golang-codereviews, adg
CC=golang-codereviews
https://golang.org/cl/151620043

src/net/rpc/client_test.go

index fb838eb34f2b456e8db6840a7ea0d9158952361a..5dd111b299ffa420b724a4ab4751f133a40f646b 100644 (file)
@@ -8,6 +8,7 @@ import (
        "errors"
        "fmt"
        "net"
+       "runtime"
        "strings"
        "testing"
 )