mirror of
https://github.com/MengMengCode/VoCat.git
synced 2026-08-13 03:13:43 +08:00
8 lines
118 B
Go
8 lines
118 B
Go
//go:build linux
|
|
|
|
package modem
|
|
|
|
func NewSystemDiscoverer() Discoverer {
|
|
return NewSysFSDiscoverer("/sys", "/dev")
|
|
}
|