Created
September 23, 2020 08:58
-
-
Save ofen/20459cc807e7c25e48e3a7feaca05927 to your computer and use it in GitHub Desktop.
"gofmt + go run" Sublime Text 3 build system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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