mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 22:19:28 +00:00
8 lines
179 B
Go
8 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() {}
|