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 | |
Gavin Cardoza | c5a8dba | 2016-05-30 12:17:21 +0530 | [diff] [blame] | 9 | [[video](http://www.youtube.com/watch?v=XCsL89YtqCs)] |
| 10 | |
Packt | fb6f404 | 2017-02-03 18:48:26 +0530 | [diff] [blame] | 11 | *** |
Gavin Cardoza | c5a8dba | 2016-05-30 12:17:21 +0530 | [diff] [blame] | 12 | * **Go for Web Development [Video]** |
| 13 | * Author: Larry Price |
| 14 | * Publication Date: December 29, 2015 |
| 15 | * ISBN:978-1784397982 |
Packt | f1fb5d1 | 2016-12-12 12:00:32 +0530 | [diff] [blame] | 16 | |
Gavin Cardoza | c5a8dba | 2016-05-30 12:17:21 +0530 | [diff] [blame] | 17 | [[video](https://www.packtpub.com/web-development/go-web-development-video/)] |
Packt | 4959da1 | 2016-09-07 11:29:44 +0530 | [diff] [blame] | 18 | |
Packt | fb6f404 | 2017-02-03 18:48:26 +0530 | [diff] [blame] | 19 | *** |
Packt | f7606b8 | 2016-09-07 11:30:43 +0530 | [diff] [blame] | 20 | * **Go: Building Web Applications** |
Packt | 4959da1 | 2016-09-07 11:29:44 +0530 | [diff] [blame] | 21 | * Authors: Nathan Kozyra, Mat Ryer |
| 22 | * Publication Date: August 2016 |
| 23 | * ISBN:978-1787123496 |
Packt | f1fb5d1 | 2016-12-12 12:00:32 +0530 | [diff] [blame] | 24 | |
Packt | 66c7e38 | 2016-09-07 12:05:36 +0530 | [diff] [blame] | 25 | [[Course](https://www.packtpub.com/application-development/go-building-web-applications)] |
Packt | 4959da1 | 2016-09-07 11:29:44 +0530 | [diff] [blame] | 26 | |
Packt | e841940 | 2017-02-03 18:51:55 +0530 | [diff] [blame] | 27 | *** |
Packt | 1a69e6d | 2016-10-12 12:03:55 +0530 | [diff] [blame] | 28 | * **The Go Programming Language Guide - Code Like a Pro [Video]** |
| 29 | * Author: Eduonix |
| 30 | * Publication Date: September 23, 2016 |
| 31 | * ISBN:978-1787128385 |
Packt | f1fb5d1 | 2016-12-12 12:00:32 +0530 | [diff] [blame] | 32 | |
Packt | 1a69e6d | 2016-10-12 12:03:55 +0530 | [diff] [blame] | 33 | [[video](https://www.packtpub.com/application-development/go-programming-language-guide-code-pro-video)] |
| 34 | |
Packt | e841940 | 2017-02-03 18:51:55 +0530 | [diff] [blame] | 35 | *** |
Packt | 58bab06 | 2016-12-12 11:59:50 +0530 | [diff] [blame] | 36 | * **Go Projects [Video]** |
| 37 | * Authors: Ben Tranter & Rostislav Dzinko |
| 38 | * Publication Date: November 14, 2016 |
| 39 | * ISBN:978-1786460103 |
Packt | f1fb5d1 | 2016-12-12 12:00:32 +0530 | [diff] [blame] | 40 | |
Packt | 58bab06 | 2016-12-12 11:59:50 +0530 | [diff] [blame] | 41 | [[video](https://www.packtpub.com/application-development/go-projects-video)] |
Suraj Patil | c1034ad | 2017-01-16 16:55:53 +0530 | [diff] [blame] | 42 | |
Packt | e841940 | 2017-02-03 18:51:55 +0530 | [diff] [blame] | 43 | *** |
Suraj Patil | c1034ad | 2017-01-16 16:55:53 +0530 | [diff] [blame] | 44 | * **Build webapps in Go without using a framework [Video]** |
| 45 | * Authors: Suraj Patil |
| 46 | * Publication Date: December 2016 |
| 47 | |
| 48 | [[Course](https://www.youtube.com/playlist?list=PL41psiCma00wgiTKkAZwJiwtLTdcyEyc4)] |
| 49 | |
Packt | e841940 | 2017-02-03 18:51:55 +0530 | [diff] [blame] | 50 | *** |
| 51 | * **Mastering Go [Video]** |
| 52 | * Authors: Mina Andrawos |
| 53 | * Publication Date: January 31, 2017 |
| 54 | * ISBN:978-1786468239 |
| 55 | |
| 56 | [[video](https://www.packtpub.com/application-development/mastering-go-programming-video)] |
| 57 | |
| 58 | *** |