7 lines
63 B
Go
7 lines
63 B
Go
//go:build race
|
|
|
|
package batcher
|
|
|
|
func init() {
|
|
race = true
|
|
}
|