This tutorial provides a guide on setting up a VSCode Dev Container for Golang.
As a side effect we initialize a go module and write a Hello World.
The video is straightforward, a bit rambling, but without unnecessary embellishments.
#codingtutorial #coding #devops #webdevelopment #vscode #docker #golang #golanguage #windows #beginners #microsoft #fullstack
@fullstackdev42
00:00 Introduction
00:46 Install VSCode extensions
01:22 Create project folder
02:55 Add devcontainer files
09:00 Build devcontainer
10:00 VSCode terminal
11:00 Initialize go module
12:15 go.mod file
13:15 main.go
14:42 Run program