https://github.com/golang/go/wiki#learning-more-about-go
GO - Fundamentals
- Install Go
- Install Sublime text
- Go to GoPlay project folder
- Set gopath ==> export GOPATH=
pwd
- Compile/Install Program ==> go install hello
- Run program ==> bin/hello
Good place to start learning Go by videos -> https://walmart.udemy.com/go-the-complete-developers-guide/
Visual Studio Code is my preferred IDE for Go. I am sure you will love it. Its auto import and type ahead intellisense is my most favourite features
https://www.youtube.com/watch?v=cN_DpYBzKso
https://pdfs.semanticscholar.org/7679/bd13f5987da282b0662a0c41a4d6dd6f2165.pdf http://www.usingcsp.com/cspbook.pdf