mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 11:31:31 +03:00
7 lines
77 B
Go
7 lines
77 B
Go
|
//go:build !openbsd
|
||
|
// +build !openbsd
|
||
|
|
||
|
package home
|
||
|
|
||
|
func chooseSystem() {}
|