$ GOPATH / pkg / 

I'm trying to find a way to make the compilation of a Go program faster. It is currently about 30 seconds, which makes it slow to work with the project.

go build -v
go install -a github.com/mattn/go-sqlite3
$GOPATH/pkg/

这篇关于如何提高Golang编译速度?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!