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 | |
Packt | f4989cf | 2017-03-15 15:40:53 +0530 | [diff] [blame] | 58 | *** |
| 59 | * **Getting started with Cloud Native Go [Video]** |
| 60 | * Author: Mario-Leander Reimer |
| 61 | * Publication Date: February 24, 2017 |
| 62 | * ISBN:978-1787125476 |
| 63 | |
Packt | bf64fe0 | 2017-03-15 15:41:41 +0530 | [diff] [blame] | 64 | [[video](https://www.packtpub.com/application-development/getting-started-cloud-native-go)] |
Packt | f4989cf | 2017-03-15 15:40:53 +0530 | [diff] [blame] | 65 | |
Packt | 41f9bb3 | 2017-05-04 16:24:02 +0530 | [diff] [blame] | 66 | *** |
| 67 | * **Introduction to Go Classical Patterns [Video]** |
| 68 | * Author: Mario Castro Contreras |
| 69 | * Publication Date: April 27, 2017 |
| 70 | * ISBN:978-1788398039 |
| 71 | |
| 72 | [[video](https://www.packtpub.com/application-development/introduction-go-classical-patterns-video)] |
| 73 | |
| 74 | *** |
| 75 | * **Go Essentials for Full Stack Web Development [Video]** |
| 76 | * Author: Kamesh Balasubramanian |
| 77 | * Publication Date: April 30, 2017 |
| 78 | * ISBN:978-1787280946 |
| 79 | |
| 80 | [[video](https://www.packtpub.com/web-development/go-essentials-full-stack-web-development-video)] |
| 81 | |
Packt | e6b17e5 | 2017-06-09 11:18:33 +0530 | [diff] [blame] | 82 | *** |
| 83 | * **Go Behavioral Patterns [Video]** |
| 84 | * Author: Mario Castro Contreras |
| 85 | * Publication Date: May 27, 2017 |
| 86 | * ISBN:978-1788397377 |
| 87 | |
| 88 | [[video](https://www.packtpub.com/application-development/go-behavioral-patterns-video)] |
| 89 | |
| 90 | *** |
| 91 | * **Go Concurrency [Video]** |
| 92 | * Author: Mario Castro Contreras |
| 93 | * Publication Date: May 30, 2017 |
| 94 | * ISBN:978-1788394161 |
| 95 | |
| 96 | [[video](https://www.packtpub.com/application-development/go-concurrency-video)] |
| 97 | |
| 98 | *** |
| 99 | * **Advanced Cloud Native Go [Video]** |
| 100 | * Author: Mario-Leander Reimer |
| 101 | * Publication Date: May 31, 2017 |
| 102 | * ISBN:978-1787286238 |
| 103 | |
| 104 | [[video](https://www.packtpub.com/application-development/advanced-cloud-native-go-video)] |
| 105 | |
| 106 | *** |
| 107 | * **Go: Building 7 Real-World Projects [Video]** |
| 108 | * Author: Ben Tranter, Rostislav Dzinko and Mat Ryer |
| 109 | * Publication Date: May 31, 2017 |
| 110 | * ISBN:978-1788290494 |
| 111 | |
Packt | 7ee1be3 | 2017-06-09 11:19:17 +0530 | [diff] [blame] | 112 | [[course](https://www.packtpub.com/application-development/go-building-7-real-world-projects)] |
Packt | e6b17e5 | 2017-06-09 11:18:33 +0530 | [diff] [blame] | 113 | |
Packt | 898bf2e | 2017-07-06 12:30:20 +0530 | [diff] [blame] | 114 | *** |
| 115 | * **Modern Golang Programming [Video]** |
| 116 | * Author: Mina Andrawos |
| 117 | * Publication Date: June 23, 2017 |
| 118 | * ISBN:978-1787125254 |
| 119 | |
| 120 | [[video](https://www.packtpub.com/web-development/modern-golang-programming-video)] |
| 121 | |
| 122 | *** |
| 123 | * **Back-End Web Development using Go [Video]** |
| 124 | * Author: Kamesh Balasubramanian |
| 125 | * Publication Date: June 30, 2017 |
| 126 | * ISBN:978-1788392761 |
| 127 | |
| 128 | [[video](https://www.packtpub.com/web-development/back-end-web-development-using-go-video)] |
| 129 | |
Packt | 1510752 | 2017-09-14 12:34:17 +0530 | [diff] [blame] | 130 | *** |
| 131 | * **Getting started with Go Programming Language** |
| 132 | * Author: Matthew Spaulding |
| 133 | * Publication Date: August 2017 |
| 134 | * ISBN: 978-1788471855 |
| 135 | |
| 136 | [[course]( https://www.packtpub.com/networking-and-servers/getting-started-go-programming-language-integrated-course)] |
| 137 | |
| 138 | *** |
| 139 | * **Beginner Solutions in Go – The Basics, Clients, and Servers [Video]** |
| 140 | * Author: Aaron Torres |
| 141 | * Publication Date: August 2017 |
| 142 | * ISBN: 978-1788629089 |
| 143 | |
| 144 | [[video]( https://www.packtpub.com/application-development/beginner-solutions-go-%E2%80%93-basics-clients-and-servers-video)] |
| 145 | |
Packt | f875b73 | 2017-10-04 10:21:02 +0530 | [diff] [blame] | 146 | *** |
| 147 | * **Front-End Web Development using Go (Video)** |
| 148 | * Author: Kamesh Balasubramanian |
| 149 | * Publication Date: September 2017 |
| 150 | * ISBN: 978-1788398916 |
| 151 | |
| 152 | [[video](https://www.packtpub.com/web-development/front-end-web-development-using-go-video)] |
| 153 | |
Packt | ed067e8 | 2017-10-04 11:28:00 +0530 | [diff] [blame] | 154 | *** |
| 155 | * **Advanced Solutions in Go – Testing and Distributed Systems** |
| 156 | * Author: Aaron Torres |
| 157 | * Publication Date: September 2017 |
| 158 | * ISBN: 978-1788627887 |
| 159 | |
| 160 | [[video](https://www.packtpub.com/application-development/advanced-solutions-go-%E2%80%93-testing-and-distributed-systems-video)] |
| 161 | |
Packt | ddf9e7d | 2017-12-12 16:00:26 +0530 | [diff] [blame] | 162 | *** |
| 163 | * **Go Standard Library Solutions (Video)** |
| 164 | * Author: Johnny Boursiquot |
| 165 | * Publication Date: November 2017 |
| 166 | * ISBN: 978-1788474160 |
| 167 | * Reference: https://www.packtpub.com/application-development/go-standard-library-solutions-video |
| 168 | |
| 169 | [[video](https://www.packtpub.com/application-development/go-standard-library-solutions-video)] |
| 170 | |
Packt | e841940 | 2017-02-03 18:51:55 +0530 | [diff] [blame] | 171 | *** |