8 lines
78 B
Go
8 lines
78 B
Go
//go:build race
|
|
// +build race
|
|
|
|
package batcher
|
|
|
|
func init() {
|
|
race = true
|
|
}
|