Wednesday 15 May 2019

Start Learning Golang

Compressed Golang Basics
https://github.com/Sylvia-YiyinShen/GolangBasics

Go Tutorial
https://tour.golang.org

Go Documentation
https://golang.org/doc/

Go Concurrency Model
Go Concurrency Patterns (slides)
Advanced Go Concurrency Patterns (slides)
Share Memory by Communicating

Go Play Space
https://goplay.space/
Install the Go tools

Open and follow the guide 
https://golang.org/doc/install?download=go1.12.5.darwin-amd64.pkg

Download .pkg and double click to finish the installation
Then follow the guide to check and test if Go is installed correctly
You can pick any location as the go directory

Test if Go installed correctly
Create a xxx.go file
go build
./xxx

GO extension in VS Code
https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go

No comments:

Post a Comment