mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-26 06:55:48 +03:00
5 lines
56 B
Go
5 lines
56 B
Go
//go:build !race
|
|
|
|
package version
|
|
|
|
const isRace = false
|