Files
cloudpods/pkg/util/netutils2/netutils_others.go
2020-01-16 16:34:49 +08:00

8 lines
103 B
Go

// +build !linux
package netutils2
func (n *SNetInterface) GetAddresses() [][]string {
return nil
}