shad-go/batcher/batcher_race_test.go

8 lines
61 B
Go
Raw Normal View History

//+build race
package batcher
func init() {
race = true
}