`go install` on win7 doesn't download import packages

go install on win7 doesn’t download import packages, I have to manually go get every dependency. Things works fine under all my unices. Also, on a work-PC I get some seriously disturbing behaviour, like go build only working 9 out of 10 times (on average)… Anybody else have/had this?

I’ve tried go get -u ... to no avail.

Does your win7 computer run anti-virus? go get -u <package> works fine for me. You might need to whitelist the go command.

On my win7 box all the above commands work just fine.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.