net.conf.goos (field)

5 uses

	net (current package)
		conf.go#L28: 	goos          string // the runtime.GOOS, to ease testing
		conf.go#L37: 	confVal  = &conf{goos: runtime.GOOS}
		conf.go#L133: 	if c.forceCgoLookupHost || c.resolv.unknownOpt || c.goos == "android" {
		conf.go#L144: 	if c.goos == "openbsd" {
		conf.go#L201: 		if c.goos == "solaris" {