summaryrefslogtreecommitdiff
path: root/race.go
blob: a17501ae4b9870d971f90ef8c905b7c0802c32d9 (plain)
1
2
3
4
5
6
7
8
// +build race

package main

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