1
0
mirror of https://github.com/golang/go synced 2024-11-22 04:04:40 -07:00

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
This commit is contained in:
Dmitriy Vyukov 2013-08-14 00:55:18 +04:00
parent d90a81c39f
commit 992374f8fb

View File

@ -7,7 +7,6 @@
package net
import (
"runtime"
"testing"
)