commit | 1cba804ede9c49725dafaf2b0650d274dc5cb086 | [log] [tgz] |
---|---|---|
author | Matt Jones <matt@mhjones.org> | Mon Feb 08 13:39:47 2016 -0800 |
committer | Russ Cox <rsc@golang.org> | Wed Oct 05 15:56:42 2016 +0000 |
tree | 452702b72723be305ad4da799db7622bd92faf84 | |
parent | 1e45a90a5ef5cf04c314a183a753c596f5bc04c1 [diff] |
Drop leading whitespace from file regex. Tests prefix filenames with a tab, which sublime misinterprets as part of the filename. We should ignore that. Change-Id: Ied730dcdb2e9b33aeb544821be209cad8952e0aa Reviewed-on: https://go-review.googlesource.com/19360 Reviewed-by: Russ Cox <rsc@golang.org>
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
to run Tests or Benchmarksgo 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