AdGuardHome/internal/home/service_others.go
2022-09-14 16:36:29 +03:00

7 lines
179 B
Go

//go:build !(openbsd || linux)
package home
// chooseSystem checks the current system detected and substitutes it with local
// implementation if needed.
func chooseSystem() {}