Wednesday, 12 August 2015

Development Tools for Go


I am going to say, use your basic editor of your OS. But i am going to use atom editor for go. It is new and really amazing and fully integrated with github for desktop software to save our precious code on the repositories with ease.

Click the image to download atom editor..

Open atom and click install shell commands:->


After successful install, open Terminal and type "apm install go-plus".

If you are seeing this type of error on your screen in the editor.
open atom through Terminal type "atom".

And it is gone. Check my previous post how to Configure Go Path for setting up errors.

Do comment, if it worked/Not worked for you.

No comments:

Post a Comment