Y
Hacker News
new
|
ask
|
show
|
jobs
by
jfolkins
2747 days ago
Why aren't your go build tools pulling from the GOPATH/pkg/mod/cache directory?
This would alleviate the need for your build to have a internet connection no?
1 comments
cyphar
2747 days ago
Fresh builds (in an "rpmbuild" for instance) don't use a cache, for obvious reasons.
link