libgocryptfs/race.go
Jakob Unterwurzacher 003a7fa2e5 make format
2022-08-28 11:11:36 +02:00

10 lines
139 B
Go

//go:build race
// +build race
package main
func init() {
// adds " -race" to the output of "gocryptfs -version"
raceDetector = true
}