https://play.golang.org/p/Qc-jCD5inV produces
main.go:3: //go:nowritebarrier only allowed in runtime
but the latest repo ( go version devel +bf45099 Tue Dec 27 16:53:33 2016 -0800 darwin/amd64 ) has lost the information:
<unknown line number>: //go:nowritebarrier only allowed in runtime
This is a regression from 1.7.
https://play.golang.org/p/Qc-jCD5inV produces
but the latest repo ( go version devel +bf45099 Tue Dec 27 16:53:33 2016 -0800 darwin/amd64 ) has lost the information:
This is a regression from 1.7.