mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 21:15:35 +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() {}
|