Written by
Aaron Bell
on
on
Exploring the Dogecoin Rosetta implementation #4
Go doesn’t download the dependencies properly with my current setup, and I don’t understand the Docker/Go environment enough to make it do so. The README for the rosetta-dogecoin project says to use make deps
which runs [go get](https://golang.org/pkg/cmd/go/internal/get/) ./..
which should download and install dependencies, but it doesn’t download properly. I see $GOROOT and $GOPATH and github.com links in the error though, so at least I have a lead.