go-basics Golang Practice using https://gobyexample.com/ Execute code using go run command go run .\<folder-name>\<file-name>.go Example: go run .\01-hello-world\hello-world.go