Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 1 | # Screencasts |
2 | |||||
3 | ## Writing, building, installing, and testing Go code | ||||
4 | |||||
5 | A first stop for newcomers to the Go Programming Language. | ||||
6 | |||||
7 | This screencast describes setting up a workspace (GOPATH), writing commands and packages, using the go tool to build and install, and using the testing package to write unit tests. | ||||
8 | |||||
9 | [[video](http://www.youtube.com/watch?v=XCsL89YtqCs)] |