diff options
Diffstat (limited to 'race.go')
-rw-r--r-- | race.go | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +// +build race + +package main + +func init() { + // adds " -race" to the output of "gocryptfs -version" + raceDetector = true +} |