//go:build windows package netx import ( "golang.org/x/sys/windows" ) const ( AFUnspec uint16 = windows.AF_UNSPEC AFInet uint16 = windows.AF_INET AFInet6 uint16 = windows.AF_INET6 )