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
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="$(
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