Hello,

I believe upstream is discussing a change in `go install` relevant to
this issue.  It was recently added to the go1.9 milestone.

https://github.com/golang/go/issues/18981#issuecomment-278131082


Note `go run -race` may be a satisfactory workaround.

> However, race-enabled binaries can use ten times the CPU and memory,
so it is impractical to enable the race detector all the time.

https://blog.golang.org/race-detector

Reply via email to