]> Cypherpunks repositories - gostls13.git/commitdiff
net: fix build fix
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 13 Aug 2013 20:55:18 +0000 (00:55 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 13 Aug 2013 20:55:18 +0000 (00:55 +0400)
Now builders say:
pkg/net/dnsclient_unix_test.go:10: imported and not used: "runtime"

R=golang-dev
CC=golang-dev
https://golang.org/cl/12890043

src/pkg/net/dnsclient_unix_test.go

index 97e55489c125c5e60fb0fe347e8c94310eb765df..0375af59431697d2ae23f4b76d21859765a4cc10 100644 (file)
@@ -7,7 +7,6 @@
 package net
 
 import (
-       "runtime"
        "testing"
 )