No such tool "asm"

Noob question here…
got the above error when using VS code and trying to install extensions with github

Any ideas why did happens?

here is my go env
set GO111MODULE=
set GOARCH=386
set GOBIN=
set GOCACHE=C:\Users\Lenovo\AppData\Local\go-build
set GOENV=C:\Users\Lenovo\AppData\Roaming\go\env
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=386
set GOHOSTOS=windows
set GOINSECURE=
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=C:\Users\Lenovo\go
set GOPRIVATE=
set GOPROXY=https://proxy.golang.org,direct
set GOROOT=c:\GO
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLDIR=c:\GO\pkg\tool\windows_386
set GCCGO=gccgo
set GO386=sse2
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m32 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\Lenovo\AppData\Local\Temp\go-build083623502=/tmp/go-build -gno-record-gcc-switches

Which extension do you want to install? How do you do this?

Example of one extension VS code attempts to install for go…

golint

Error: Command failed: c:\GO\bin\go.exe get -v golang.org/x/lint/golint

reset of message…

go: found golang.org/x/lint/golint in golang.org/x/lint v0.0.0-20200302205851-738671d3881b

go tool no such tool asm

Seem to be dowloading ok - just this
go tool: no such tool “asm”

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.