Skip to content

Instantly share code, notes, and snippets.

@cbednarski
Last active December 22, 2015 01:59
Show Gist options
  • Save cbednarski/6400525 to your computer and use it in GitHub Desktop.
Save cbednarski/6400525 to your computer and use it in GitHub Desktop.
Go build systems for Sublime Text 3
{
"env": {"GOPATH":"$HOME/go"},
"cmd": ["go", "build", "$file"]
}
{
"env": {"GOPATH":"$HOME/go"},
"cmd": ["go", "run", "$file"]
}
@cbednarski
Copy link
Author

Add these files in ~/Library/Application Support/Sublime Text 3/Packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment