Created
March 13, 2015 13:00
-
-
Save dave-malone/71c53f2257026b064455 to your computer and use it in GitHub Desktop.
GoSublime.sublime-settings file for use with the GoSublime plugin
This file contains 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
{ | |
"on_save": [ | |
{ | |
"cmd": "gs9o_open", | |
"args": { | |
"run": ["sh", "go build . errors && go test -i && go test && go vet && golint"], | |
"focus_view": false | |
} | |
} | |
], | |
"fmt_cmd": ["goimports"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Package Control plugin for Sublime Text: https://packagecontrol.io/installation#st3
GoSublime plugin for Sublime Text: https://github.com/DisposaBoy/GoSublime