Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Editor/IDE for Golang

  • editor
  • IDE

In order to write some Go program you will need a text editor. You can use Notepad++ on Windows or vim or emacs anywhere, but the recommended editor is the Visual Studio Code of Microsoft using the Go plugins. You can download it from the link bellow.

When you open your first file with a .go extension it will offer you to install the plugins. Let it install everything it wants to. At the end you might need to restarted the IDE.