How to setup your editor
October 19, 2022About 1 min
How to setup your editor êŽë š
The Go Handbook â Learn Golang for Beginners
Golang is an awesome, simple, modern, and fast programming language. Itâs compiled, open source, and strongly typed. Golang â also called Go â was created by Google engineers with these main goals: make their projects compile (and run) faster be sim...
The Go Handbook â Learn Golang for Beginners
Golang is an awesome, simple, modern, and fast programming language. Itâs compiled, open source, and strongly typed. Golang â also called Go â was created by Google engineers with these main goals: make their projects compile (and run) faster be sim...
I recommend using Visual Studio Code (aka VS Code) as your editor.
Read Go in Visual Studio Code for a quick âup and runningâ setup. At the bare minimum, install the Go extension.
Go - Visual Studio Marketplace
Extension for Visual Studio Code - Rich Go language support for Visual Studio Code
This extension will make your life easier, as it provides IntelliSense (syntax highlighting, autocompletion, on hover information, error highlightingâŠ) and other things like auto formatting, menu options to install packages, testing, and more.