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