libgocryptfs/race.go
Jakob Unterwurzacher a48893b653 main: add "-race" to the version string
...if we were compiled with "-race".
2017-05-06 14:26:34 +02:00

9 lines
123 B
Go

// +build race
package main
func init() {
// adds " -race" to the output of "gocryptfs -version"
raceDetector = true
}