mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-22 20:40:23 +08:00
8 lines
103 B
Go
8 lines
103 B
Go
// +build !linux
|
|
|
|
package netutils2
|
|
|
|
func (n *SNetInterface) GetAddresses() [][]string {
|
|
return nil
|
|
}
|