joefitzgerald/go-plus

Missing Go Tool after fresh installation

DedMorozzz opened this issue · 2 comments

The go tool is required to perform a get. Please ensure you have a go runtime installed: http://golang.org.

OS: Linux Mint 19.3
Atom version: 1.43.0

go env

GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/dm/.cache/go-build" GOENV="/home/dm/.config/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GONOPROXY="" GONOSUMDB="" GOOS="linux" GOPATH="/home/dm/go" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/usr/local/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64" GCCGO="gccgo" AR="ar" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build630673647=/tmp/go-build -gno-record-gcc-switches"

go version
go version go1.13.7 linux/amd64

whereis go go: /usr/local/go /usr/local/go/bin/go

go works, from any folder. I can create builds, but go-plus doesnt see installed go
How to fix it?

it helps for me - #807 (comment)

But problem still exists for other users...

Hello,

I have just installed go-plus 6.1.0 on Atom 1.53.0 x64 with go 1.15.6 running on Ubuntu 20 and the plugin is complaining with:

Missing Go Tool - The go tool is required to perform a get. Please ensure...

Is this issue still not resolved then or is there a clear workaround for it?

I should probably point out that I have on another machine a similar installation setup but Atom 1.26.1 (as it is a build for i386 instead of x64), go-plus 6.1.0 and go 1.15.6 and there the go-plus plugin works absolutely fine and without issue so I am not sure what else I can try to resolve this issue?