Introduction into Golang. A basic introduction into golang with go mod init and hello world sample. We will also introduce custom function and how to use 3rd party module.
- Fork repo.
- start Codespace.
- Share your repo url.
- Init
- Hello World
- Function
- 3rd Party Library
- GitHub Repo as Package Manager
- Http Server
at the end of the module user should be able to create and run a simple golang application.