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

package main

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