shad-go/batcher/batcher_race_test.go

9 lines
78 B
Go
Raw Normal View History

2022-02-10 22:06:57 +00:00
//go:build race
// +build race
package batcher
func init() {
race = true
}