cmd/go:make rebuild logic content-based instead of time-based 和 cmd/go: build cache, test cache, go install, go vet, test vet
https://groups.google.com/forum/#!msg/golang-dev/qfa3mHN4ZPA/X2UzjNV1BAAJ
前者让rebuild基于源文件内容而不是源文件的modify time;后者为Go build等添加cache,加速首次之后的编译过程,从初步自测结果来看,rebuild的过程加速明显。
![](https://wx4.sinaimg.cn/mw690/6caa654fly1fl6ezgbmsgj20bm0k7q64.jpg)
有疑问加站长微信联系(非本文作者)