7 lines
61 B
Go
7 lines
61 B
Go
//+build race
|
|
|
|
package batcher
|
|
|
|
func init() {
|
|
race = true
|
|
}
|