// GetDefaultHost fetches the a resolvable name that corresponds // to the machine's default routable interface func GetDefaultHost() (string, error) { … } // GetDefaultInterfaces fetches the device name of default routable interface. func GetDefaultInterfaces() (map[string]uint8, error) { … }