mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-01-24 14:43:40 +03:00
5 lines
56 B
Go
5 lines
56 B
Go
//go:build !race
|
|
|
|
package version
|
|
|
|
const isRace = false
|