type net.conf

5 uses

	net (current package)
		conf.go#L18: type conf struct {
		conf.go#L37: 	confVal  = &conf{goos: runtime.GOOS}
		conf.go#L41: func systemConf() *conf {
		conf.go#L117: func (c *conf) canUseCgo() bool {
		conf.go#L123: func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrder) {