Re: [go-nuts] go get - no package to get in current directory

2025-03-06 Thread Ian Lance Taylor
On Wed, Mar 5, 2025 at 10:34 PM Björn Försterling wrote: > > 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 Well, that is

Re: [go-nuts] go get - no package to get in current directory

2025-03-06 Thread Elrefaei Mohammed
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="$(

[go-nuts] go get - no package to get in current directory

2025-03-05 Thread Björn Försterling
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: ca