github.com/yandex/pandora@v0.5.32/lib/tag/debug.go (about) 1 //go:build debug 2 // +build debug 3 4 package tag 5 6 const Debug = true