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