上QQ阅读APP看书,第一时间看更新
Getting ready
Install and verify the Go installation. The following steps could help:
- Download and install Go on your machine.
- Verify that your GOPATH and GOROOT environmental variables are set properly.
- Open your Terminal and execute go version. If you get output with a version name, then Go is installed properly.
- Create a repository in the GOPATH/src folder.