This repo if for use in learning the go language from Todd Mcleod’s Udemy course. You can see his repo here: GolangTraining
Alternatively you can clone it with the following command:
git clone https://github.com/GoesToEleven/GolangTraining.gitOr better you can download with the go get utility once you have set up your go path using:
go get github.com/GoesToEleven/GolangTraining| Version | Comment |
|---|---|
| 0.1.0 | Initial Commit |
You can keep your go commits clean by running the go clean command in your folders prior to commit.
First file which contains hello world main.go file.