I accidentally deleted go/src/github.com losing all 3rd party package sources.
go/src/github.com
If I now run go install ./... I get a huge list of errors with missing github.com folder locations.
go install ./...
Is there an easy way to go get all the missing source packages.
go get