github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/daemon/cluster/listen_addr_others.go (about) 1 //go:build !linux 2 3 package cluster // import "github.com/Prakhar-Agarwal-byte/moby/daemon/cluster" 4 5 import "net" 6 7 func (c *Cluster) resolveSystemAddr() (net.IP, error) { 8 return c.resolveSystemAddrViaSubnetCheck() 9 }