- Go Standard Library Cookbook
- Radomír Sohlich
- 65字
- 2021-06-24 18:56:23
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.