shad-go/batcher/batcher_race_test.go
2021-03-05 14:54:57 +03:00

7 lines
61 B
Go

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