commit | b9eab30919e9755b8f3d9c6b630569544cafb82b | [log] [tgz] |
---|---|---|
author | wbond <will@wbond.net> | Mon Nov 02 14:28:35 2015 -0500 |
committer | Jason Buberel <jbuberel@google.com> | Mon Nov 02 20:35:52 2015 +0000 |
tree | 5d54d8e1330923fa271fc7e4a671fc8346e004e5 | |
parent | 89124c01c0c5e7c0747393df5f67251fc5384582 [diff] |
sublime-build: Provide specific prompts for missing GOPATH/GOROOT The new build of sublime-config raises exceptions if the GOPATH or GOROOT can not be found on disk. This update handles these new exceptions and presents them to the user. Change-Id: I4a7589fa9fae8cdf5d2d2025d4ad16026e78f579 Reviewed-on: https://go-review.googlesource.com/16571 Reviewed-by: Jason Buberel <jbuberel@google.com>
Golang Build is a Sublime Text package for compiling Go projects. It provides integration between Sublime Text and the command line go
tool.
The package consists of the following features:
go build
go run
go install
go test
go clean
go build
with GOOS
and GOARCH
go get
The Golang Build package is installed by using Package Control.
Package Control: Install Package
commandGolang Build
and select the package to perform the installation