ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Golang Build

by Go Authors ALL Trending

The official Sublime Text package for Go build system integration.

Labels go, build system

Details

Installs

  • Total 92K
  • Win 40K
  • Mac 32K
  • Linux 21K
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 4 4 3 2 2 3 4 1 4 1 2 7 0 1 4 2 4 3 5 3 2 2 4 6 2 3 3 1 2 6 1 6 3 2 2 3 6 1 2 3 1 4 1 5 1
Mac 0 5 5 5 0 1 1 2 3 1 2 2 3 2 3 6 3 5 4 3 0 2 6 4 1 1 3 2 2 0 1 2 4 3 3 0 0 3 3 2 2 2 4 1 1 5
Linux 0 2 3 5 2 1 2 4 3 1 2 0 1 1 1 3 2 1 2 3 3 4 4 1 1 1 2 1 0 3 5 1 1 0 8 0 0 6 3 5 5 3 1 2 2 2

Readme

Source
raw.​githubusercontent.​com

Golang Build

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:

  • A Sublime Text build system for executing:
    • go build
    • go run
    • go install
    • go test to run Tests or Benchmarks
    • go clean
    • Cross-compilation using go build with GOOS and GOARCH
  • Sublime Text command palette commands to:
    • Execute go get
    • Open a terminal into a Go workspace

Installation

The Golang Build package is installed by using Package Control.

  • If Package Control is not installed, follow the Installation Instructions
  • Open the Sublime Text command palette and run the Package Control: Install Package command
  • Type Golang Build and select the package to perform the installation

Documentation

End User

Contributor