1 // Copyright 2019+ Klaus Post. All rights reserved. 2 // License information can be found in the LICENSE file. 3 4 //go:build race 5 // +build race 6 7 package zstd 8 9 func init() { 10 isRaceTest = true 11 } 12
View as plain text