go
go copied to clipboard
go test is fail for time2 package
trafficstars
run following command and test case is not passed
go test ./... -test.v -test.cpu=1,2,4
go test ./... -test.v -test.short -test.race
can you send me a PR to fix it?