sublime-config icon indicating copy to clipboard operation
sublime-config copied to clipboard

Error when trying to do build with Go

Open hsaputra opened this issue 6 years ago • 1 comments

After install the sublime-config and try to run Build Go I got this error message pop-up:

Golang Build

The go executable could not be found. Please ensure it is installed and available via your PATH.

Would you like to view documentation for setting a custom PATH?

Using OSX with Go version go version go1.9.2 darwin/amd64

I had the go lang install in standard /usr/local/bin

hsaputra avatar Jan 12 '18 21:01 hsaputra

@hsaputra you should add PATH GOPATH on "preferences---package stetings---golang config"

lppgo avatar Dec 25 '18 03:12 lppgo