mirror of
https://github.com/golang/go.git
synced 2025-10-31 16:50:58 +00:00
net: enable builtin dns resolver tests on solaris
LGTM=aram R=golang-codereviews, aram CC=golang-codereviews https://golang.org/cl/99890045
This commit is contained in:
parent
bdff7f91d8
commit
ace8bc35ef
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build darwin dragonfly freebsd linux netbsd openbsd
|
||||
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
|
||||
|
||||
package net
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue