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