Hello, when trying to "go get" inside the "golang/tools" module (golang.org/x/tools) I cannot download any Go files: .../golang/tools (master) $ GOMODCACHE="$(pwd)/.godeps" go get go: no package to get in current directory
It only gives me a dir structure with go.mod files and version numbers: cache └── download ├── github.com │ ├── google │ │ └── go-cmp │ │ └── @v │ │ ├── list │ │ └── v0.6.0.mod Usually this git clones the entire dependenices with all the Go files. Is this because Google's repos are not Git repos? There must be a way to get all dependencies and all the Go files. Regards Bjoern -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/golang-nuts/CA%2BD_Ns9gvDh3_16W4whkLm-hXqbvELhLPF3_qUBKi1BCVAavuw%40mail.gmail.com.