mirror of
https://github.com/nadoo/glider.git
synced 2025-02-24 01:45:39 +08:00
9 lines
115 B
Go
9 lines
115 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package dhcpd
|
|
|
|
func existsServer(iface string) (exists bool) {
|
|
return false
|
|
}
|