1 // Copyright 2015 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // +build nacl plan9 windows
11 // See main_conf_test.go for what these (don't) do.
12 func forceGoDNS() func() {
14 case "plan9", "windows":
21 // See main_conf_test.go for what these (don't) do.
22 func forceCgoDNS() func() { return nil }