Skip to content

Instantly share code, notes, and snippets.

@alexandervantrijffel
alexandervantrijffel / go getting started.md
Last active August 31, 2021 14:56
Getting started with Go development with VS code

Development environment configuration

  • Install the latest version of Go
  • Setup VS code
  • Go with vscode overview
  • Install vscode-go plugin
  • Install go tools. Launch VS Code Quick Open (Ctrl+SHIFT+P), run the command go: install/update tools

Recommended guides: