From: Dmitriy Vyukov Date: Tue, 13 Aug 2013 20:55:18 +0000 (+0400) Subject: net: fix build fix X-Git-Tag: go1.2rc2~609 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=992374f8fb665d4b389019400178189b1b671547;p=gostls13.git net: fix build fix 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 --- diff --git a/src/pkg/net/dnsclient_unix_test.go b/src/pkg/net/dnsclient_unix_test.go index 97e55489c1..0375af5943 100644 --- a/src/pkg/net/dnsclient_unix_test.go +++ b/src/pkg/net/dnsclient_unix_test.go @@ -7,7 +7,6 @@ package net import ( - "runtime" "testing" )