mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 11:31:31 +03:00
7 lines
179 B
Go
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() {}
|