Skip to content

Instantly share code, notes, and snippets.

@ofen
Created September 23, 2020 08:58
Show Gist options
  • Save ofen/20459cc807e7c25e48e3a7feaca05927 to your computer and use it in GitHub Desktop.
Save ofen/20459cc807e7c25e48e3a7feaca05927 to your computer and use it in GitHub Desktop.
"gofmt + go run" Sublime Text 3 build system
{
"shell_cmd": "gofmt -w \"$file\" && go run \"$file\"",
"selector": "source.go",
"file_regex": "go$"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment