mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
5 lines
92 B
Go
5 lines
92 B
Go
package cli
|
|
|
|
//lint:ignore U1000 use in os_linux.go
|
|
type getDNS func(iface string) []string
|