Can u tell me how can I fix this issues

On Thu, 6 Mar 2025, 8:34 am Björn Försterling, <
bjoern.foersterl...@gmail.com> wrote:

> 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
> <https://groups.google.com/d/msgid/golang-nuts/CA%2BD_Ns9gvDh3_16W4whkLm-hXqbvELhLPF3_qUBKi1BCVAavuw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAKrJ9PESjJWczVAUTEJrZpq-YQL2gSf7Qa%3DCH1j_iAJkqCpPrw%40mail.gmail.com.

Reply via email to