With go1.1, there is a new option '-race' which detects races. `sudo -E go test -race` There is a lot of races in tests.
With go1.1, there is a new option '-race' which detects races.
sudo -E go test -raceThere is a lot of races in tests.