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:
parent
d90a81c39f
commit
992374f8fb
@ -7,7 +7,6 @@
|
||||
package net
|
||||
|
||||
import (
|
||||
"runtime"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user