libgocryptfs/race.go

10 lines
139 B
Go
Raw Normal View History

2022-08-28 11:11:36 +02:00
//go:build race
// +build race
package main
func init() {
// adds " -race" to the output of "gocryptfs -version"
raceDetector = true
}