1 2 3 4 5 6 7 8
// +build race package main func init() { // adds " -race" to the output of "gocryptfs -version" raceDetector = true }