From 992374f8fb665d4b389019400178189b1b671547 Mon Sep 17 00:00:00 2001 From: Dmitriy Vyukov Date: Wed, 14 Aug 2013 00:55:18 +0400 Subject: [PATCH] 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 --- src/pkg/net/dnsclient_unix_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pkg/net/dnsclient_unix_test.go b/src/pkg/net/dnsclient_unix_test.go index 97e55489c12..0375af59431 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" )