github.com/yandex/pandora@v0.5.32/lib/tag/no_race.go (about) 1 //go:build !race 2 // +build !race 3 4 package tag 5 6 const Race = false