benbjohnson/clock

Race detector fails on tests

CorgiMan opened this issue · 3 comments

Running the race detector reveals 10 races in clock_tests.go

go test ./... -race

billf commented

trivially backported: andres-erbsen#2

#37 fixed this.