Skip to content

Instantly share code, notes, and snippets.

@dmitshur
Last active July 13, 2017 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmitshur/7346402 to your computer and use it in GitHub Desktop.
Save dmitshur/7346402 to your computer and use it in GitHub Desktop.
GoSublime setup steps.

GoSublime for Sublime Text 3

  1. Follow the steps at:

    https://github.com/DisposaBoy/GoSublime#installation

  2. Create this file:

    ~/Library/Application Support/Sublime Text 3/Packages/User/GoSublime.sublime-settings

    With these contents:

    {
    	"fmt_cmd": ["goimports", "-srcdir", "$_dir"],
    	"ipc_timeout": 30
    }
  3. Done! :D

@skrassiev
Copy link

beautiful.

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