Files
cloudpods/pkg/util/netutils2/netutils_others.go
T

8 lines
103 B
Go

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