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