a48893b653
...if we were compiled with "-race".
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
|
|
}
|