Quick start Go
Make a empty folder on desktop
Open it with VScode
Make a file named main.go leave it blank for now
Run
This will make a go.mod file, simple answer it where dependencies live
To add a dependency
*NOTE*
Sometime the dependency do not want to play well so you may need to run this command and save a few times to make all the errors and warnings go away
Basic hello world
This to the main.go file
Run
Last updated