589689.xyz

Go The Complete Developer's Guide (Golang)

  • 收录时间:2021-07-25 22:18:27
  • 文件大小:933MB
  • 下载次数:1
  • 最近下载:2021-07-25 22:18:27
  • 磁力链接:

文件列表

  1. 03 Deeper Into Go/032 Writing Useful Tests.mp4 28MB
  2. 03 Deeper Into Go/029 Shuffling a Deck.mp4 28MB
  3. 03 Deeper Into Go/016 Slices and For Loops.mp4 25MB
  4. 03 Deeper Into Go/030 Random Number Generation.mp4 24MB
  5. 03 Deeper Into Go/014 Variable Declarations.mp4 23MB
  6. 06 Interfaces/052 Purpose of Interfaces.mp4 22MB
  7. 03 Deeper Into Go/027 Reading From the Hard Drive.mp4 21MB
  8. 03 Deeper Into Go/034 Testing File IO.mp4 20MB
  9. 03 Deeper Into Go/023 Byte Slices.mp4 19MB
  10. 03 Deeper Into Go/020 Creating a New Deck.mp4 18MB
  11. 07 Channels and Go Routines/081 Channels Gotcha.mp4 18MB
  12. 03 Deeper Into Go/024 Deck to String.mp4 17MB
  13. 03 Deeper Into Go/026 Saving Data to the Hard Drive.mp4 17MB
  14. 06 Interfaces/053 Problems Without Interfaces.mp4 17MB
  15. 07 Channels and Go Routines/075 Blocking Channels.mp4 17MB
  16. 06 Interfaces/057 The HTTP Package.mp4 17MB
  17. 04 Organizing Data With Structs/044 Pointer Operations.mp4 17MB
  18. 07 Channels and Go Routines/074 Channel Implementation.mp4 17MB
  19. 06 Interfaces/054 Interfaces in Practice.mp4 17MB
  20. 06 Interfaces/061 The Reader Interface.mp4 16MB
  21. 02 A Simple Start/008 Go Packages.mp4 15MB
  22. 03 Deeper Into Go/028 Error Handling.mp4 15MB
  23. 07 Channels and Go Routines/072 Theory of Go Routines.mp4 15MB
  24. 06 Interfaces/067 A Custom Writer.mp4 14MB
  25. 07 Channels and Go Routines/077 Repeating Routines.mp4 13MB
  26. 03 Deeper Into Go/025 Joining a Slice of Strings.mp4 13MB
  27. 06 Interfaces/055 Rules of Interfaces.mp4 13MB
  28. 06 Interfaces/062 More on the Reader Interface.mp4 13MB
  29. 03 Deeper Into Go/022 Multiple Return Values.mp4 13MB
  30. 07 Channels and Go Routines/071 Go Routines.mp4 12MB
  31. 04 Organizing Data With Structs/047 Reference vs Value Types.mp4 12MB
  32. 07 Channels and Go Routines/079 Sleeping a Routine.mp4 12MB
  33. 06 Interfaces/063 Working with the Read Function.mp4 12MB
  34. 06 Interfaces/056 Extra Interface Notes.mp4 12MB
  35. 04 Organizing Data With Structs/041 Structs with Receiver Functions.mp4 12MB
  36. 03 Deeper Into Go/015 Functions and Return Types.mp4 12MB
  37. 06 Interfaces/058 Reading the Docs.mp4 11MB
  38. 04 Organizing Data With Structs/045 Pointer Shortcut.mp4 11MB
  39. 02 A Simple Start/009 Import Statements.mp4 10MB
  40. 02 A Simple Start/007 Five Important Questions.mp4 10MB
  41. 03 Deeper Into Go/035 Project Review.mp4 10MB
  42. 03 Deeper Into Go/021 Slice Range Syntax.mp4 10MB
  43. 07 Channels and Go Routines/073 Channels.mp4 10MB
  44. 04 Organizing Data With Structs/040 Embedding Structs.mp4 10MB
  45. 03 Deeper Into Go/019 Receiver Functions.mp4 10MB
  46. 03 Deeper Into Go/018 Custom Type Declarations.mp4 10MB
  47. 05 Maps/051 Differences Between Maps and Structs.mp4 10MB
  48. 06 Interfaces/065 The io.Copy Function.mp4 9MB
  49. 04 Organizing Data With Structs/042 Pass By Value.mp4 9MB
  50. 01 Getting Started/004 VSCode Installation.mp4 9MB
  51. 05 Maps/048 Whats a Map.mp4 9MB
  52. 06 Interfaces/066 The Implementation of io.Copy.mp4 9MB
  53. 05 Maps/050 Iterating Over Maps.mp4 9MB
  54. 03 Deeper Into Go/031 Testing With Go.mp4 8MB
  55. 04 Organizing Data With Structs/039 Updating Struct Values.mp4 8MB
  56. 06 Interfaces/064 The Writer Interface.mp4 8MB
  57. 07 Channels and Go Routines/068 Website Status Checker.mp4 8MB
  58. 07 Channels and Go Routines/080 Function Literals.mp4 8MB
  59. 03 Deeper Into Go/033 Asserting Elements in a Slice.mp4 8MB
  60. 05 Maps/049 Manipulating Maps.mp4 7MB
  61. 03 Deeper Into Go/017 OO Approach vs Go Approach.mp4 7MB
  62. 07 Channels and Go Routines/069 Printing Site Status.mp4 7MB
  63. 04 Organizing Data With Structs/036 Structs in Go.mp4 7MB
  64. 04 Organizing Data With Structs/038 Declaring Structs.mp4 7MB
  65. 04 Organizing Data With Structs/046 Gotchas With Pointers.mp4 7MB
  66. 07 Channels and Go Routines/078 Alternative Loop Syntax.mp4 6MB
  67. 02 A Simple Start/010 File Organization.mp4 6MB
  68. 01 Getting Started/005 Go Support in VSCode.mp4 6MB
  69. 07 Channels and Go Routines/070 Serial Link Checking.mp4 6MB
  70. 07 Channels and Go Routines/076 Receiving Messages.mp4 6MB
  71. 04 Organizing Data With Structs/037 Defining Structs.mp4 6MB
  72. 01 Getting Started/003 Environment Setup.mp4 5MB
  73. 06 Interfaces/059 More Interface Syntax.mp4 5MB
  74. 04 Organizing Data With Structs/043 Structs with Pointers.mp4 5MB
  75. 02 A Simple Start/006 Boring Ol Hello World.mp4 5MB
  76. 03 Deeper Into Go/012 Project Overview.mp4 4MB
  77. 03 Deeper Into Go/013 New Project Folder.mp4 4MB
  78. 06 Interfaces/060 Interface Review.mp4 3MB
  79. 03 Deeper Into Go/032 Writing Useful Tests-es.srt 14KB
  80. 03 Deeper Into Go/032 Writing Useful Tests-pt.srt 14KB
  81. 03 Deeper Into Go/032 Writing Useful Tests-en.srt 14KB
  82. 03 Deeper Into Go/027 Reading From the Hard Drive-es.srt 13KB
  83. 03 Deeper Into Go/027 Reading From the Hard Drive-pt.srt 13KB
  84. 03 Deeper Into Go/027 Reading From the Hard Drive-en.srt 13KB
  85. 07 Channels and Go Routines/075 Blocking Channels-es.srt 12KB
  86. 03 Deeper Into Go/020 Creating a New Deck-es.srt 12KB
  87. 03 Deeper Into Go/020 Creating a New Deck-pt.srt 12KB
  88. 03 Deeper Into Go/030 Random Number Generation-es.srt 12KB
  89. 07 Channels and Go Routines/081 Channels Gotcha-es.srt 12KB
  90. 07 Channels and Go Routines/075 Blocking Channels-pt.srt 12KB
  91. 03 Deeper Into Go/030 Random Number Generation-en.srt 12KB
  92. 03 Deeper Into Go/020 Creating a New Deck-en.srt 12KB
  93. 07 Channels and Go Routines/075 Blocking Channels-en.srt 12KB
  94. 03 Deeper Into Go/030 Random Number Generation-pt.srt 12KB
  95. 06 Interfaces/053 Problems Without Interfaces-en.srt 12KB
  96. 03 Deeper Into Go/034 Testing File IO-es.srt 12KB
  97. 03 Deeper Into Go/016 Slices and For Loops-es.srt 12KB
  98. 07 Channels and Go Routines/081 Channels Gotcha-pt.srt 12KB
  99. 06 Interfaces/053 Problems Without Interfaces-es.srt 12KB
  100. 03 Deeper Into Go/034 Testing File IO-pt.srt 12KB
  101. 07 Channels and Go Routines/081 Channels Gotcha-en.srt 12KB
  102. 03 Deeper Into Go/016 Slices and For Loops-pt.srt 12KB
  103. 03 Deeper Into Go/014 Variable Declarations-es.srt 12KB
  104. 06 Interfaces/053 Problems Without Interfaces-pt.srt 12KB
  105. 03 Deeper Into Go/016 Slices and For Loops-en.srt 12KB
  106. 03 Deeper Into Go/029 Shuffling a Deck-es.srt 11KB
  107. 03 Deeper Into Go/014 Variable Declarations-en.srt 11KB
  108. 03 Deeper Into Go/014 Variable Declarations-pt.srt 11KB
  109. 03 Deeper Into Go/034 Testing File IO-en.srt 11KB
  110. 03 Deeper Into Go/029 Shuffling a Deck-en.srt 11KB
  111. 04 Organizing Data With Structs/044 Pointer Operations-es.srt 11KB
  112. 03 Deeper Into Go/029 Shuffling a Deck-pt.srt 11KB
  113. 04 Organizing Data With Structs/044 Pointer Operations-pt.srt 11KB
  114. 06 Interfaces/052 Purpose of Interfaces-en.srt 11KB
  115. 04 Organizing Data With Structs/044 Pointer Operations-en.srt 11KB
  116. 06 Interfaces/052 Purpose of Interfaces-es.srt 11KB
  117. 06 Interfaces/054 Interfaces in Practice-es.srt 11KB
  118. 06 Interfaces/054 Interfaces in Practice-en.srt 11KB
  119. 07 Channels and Go Routines/074 Channel Implementation-es.srt 11KB
  120. 06 Interfaces/054 Interfaces in Practice-pt.srt 11KB
  121. 06 Interfaces/052 Purpose of Interfaces-pt.srt 11KB
  122. 07 Channels and Go Routines/074 Channel Implementation-pt.srt 11KB
  123. 07 Channels and Go Routines/074 Channel Implementation-en.srt 11KB
  124. 07 Channels and Go Routines/072 Theory of Go Routines-es.srt 10KB
  125. 07 Channels and Go Routines/072 Theory of Go Routines-en.srt 10KB
  126. 07 Channels and Go Routines/072 Theory of Go Routines-pt.srt 10KB
  127. 06 Interfaces/067 A Custom Writer-es.srt 10KB
  128. 06 Interfaces/067 A Custom Writer-pt.srt 9KB
  129. 03 Deeper Into Go/028 Error Handling-es.srt 9KB
  130. 03 Deeper Into Go/028 Error Handling-pt.srt 9KB
  131. 06 Interfaces/067 A Custom Writer-en.srt 9KB
  132. 03 Deeper Into Go/022 Multiple Return Values-en.srt 9KB
  133. 03 Deeper Into Go/028 Error Handling-en.srt 9KB
  134. 03 Deeper Into Go/022 Multiple Return Values-es.srt 9KB
  135. 06 Interfaces/057 The HTTP Package-en.srt 9KB
  136. 06 Interfaces/057 The HTTP Package-es.srt 9KB
  137. 06 Interfaces/057 The HTTP Package-pt.srt 9KB
  138. 03 Deeper Into Go/022 Multiple Return Values-pt.srt 9KB
  139. 03 Deeper Into Go/024 Deck to String-es.srt 9KB
  140. 06 Interfaces/061 The Reader Interface-es.srt 9KB
  141. 03 Deeper Into Go/024 Deck to String-en.srt 9KB
  142. 03 Deeper Into Go/024 Deck to String-pt.srt 9KB
  143. 06 Interfaces/061 The Reader Interface-pt.srt 9KB
  144. 06 Interfaces/055 Rules of Interfaces-es.srt 9KB
  145. 06 Interfaces/055 Rules of Interfaces-pt.srt 9KB
  146. 06 Interfaces/061 The Reader Interface-en.srt 9KB
  147. 06 Interfaces/055 Rules of Interfaces-en.srt 9KB
  148. 04 Organizing Data With Structs/047 Reference vs Value Types-pt.srt 8KB
  149. 03 Deeper Into Go/015 Functions and Return Types-es.srt 8KB
  150. 03 Deeper Into Go/015 Functions and Return Types-pt.srt 8KB
  151. 04 Organizing Data With Structs/047 Reference vs Value Types-en.srt 8KB
  152. 03 Deeper Into Go/015 Functions and Return Types-en.srt 8KB
  153. 07 Channels and Go Routines/077 Repeating Routines-es.srt 8KB
  154. 07 Channels and Go Routines/077 Repeating Routines-en.srt 8KB
  155. 03 Deeper Into Go/026 Saving Data to the Hard Drive-es.srt 8KB
  156. 07 Channels and Go Routines/071 Go Routines-es.srt 8KB
  157. 04 Organizing Data With Structs/041 Structs with Receiver Functions-es.srt 8KB
  158. 03 Deeper Into Go/026 Saving Data to the Hard Drive-pt.srt 8KB
  159. 07 Channels and Go Routines/077 Repeating Routines-pt.srt 8KB
  160. 03 Deeper Into Go/026 Saving Data to the Hard Drive-en.srt 8KB
  161. 04 Organizing Data With Structs/041 Structs with Receiver Functions-pt.srt 8KB
  162. 07 Channels and Go Routines/071 Go Routines-en.srt 8KB
  163. 04 Organizing Data With Structs/041 Structs with Receiver Functions-en.srt 8KB
  164. 03 Deeper Into Go/023 Byte Slices-es.srt 8KB
  165. 07 Channels and Go Routines/071 Go Routines-pt.srt 8KB
  166. 03 Deeper Into Go/023 Byte Slices-pt.srt 8KB
  167. 07 Channels and Go Routines/079 Sleeping a Routine-es.srt 8KB
  168. 06 Interfaces/062 More on the Reader Interface-es.srt 8KB
  169. 06 Interfaces/062 More on the Reader Interface-en.srt 8KB
  170. 03 Deeper Into Go/023 Byte Slices-en.srt 8KB
  171. 07 Channels and Go Routines/079 Sleeping a Routine-en.srt 8KB
  172. 06 Interfaces/062 More on the Reader Interface-pt.srt 8KB
  173. 04 Organizing Data With Structs/040 Embedding Structs-es.srt 8KB
  174. 07 Channels and Go Routines/079 Sleeping a Routine-pt.srt 8KB
  175. 02 A Simple Start/007 Five Important Questions-es.srt 7KB
  176. 02 A Simple Start/007 Five Important Questions-pt.srt 7KB
  177. 06 Interfaces/056 Extra Interface Notes-es.srt 7KB
  178. 02 A Simple Start/007 Five Important Questions-en.srt 7KB
  179. 06 Interfaces/056 Extra Interface Notes-pt.srt 7KB
  180. 06 Interfaces/056 Extra Interface Notes-en.srt 7KB
  181. 04 Organizing Data With Structs/040 Embedding Structs-pt.srt 7KB
  182. 03 Deeper Into Go/018 Custom Type Declarations-es.srt 7KB
  183. 03 Deeper Into Go/018 Custom Type Declarations-en.srt 7KB
  184. 04 Organizing Data With Structs/040 Embedding Structs-en.srt 7KB
  185. 03 Deeper Into Go/025 Joining a Slice of Strings-es.srt 7KB
  186. 03 Deeper Into Go/018 Custom Type Declarations-pt.srt 7KB
  187. 03 Deeper Into Go/025 Joining a Slice of Strings-en.srt 7KB
  188. 03 Deeper Into Go/025 Joining a Slice of Strings-pt.srt 7KB
  189. 07 Channels and Go Routines/073 Channels-es.srt 7KB
  190. 06 Interfaces/058 Reading the Docs-es.srt 7KB
  191. 02 A Simple Start/008 Go Packages-es.srt 7KB
  192. 05 Maps/051 Differences Between Maps and Structs-es.srt 7KB
  193. 04 Organizing Data With Structs/045 Pointer Shortcut-es.srt 7KB
  194. 02 A Simple Start/008 Go Packages-pt.srt 7KB
  195. 05 Maps/048 Whats a Map-es.srt 7KB
  196. 07 Channels and Go Routines/073 Channels-en.srt 7KB
  197. 04 Organizing Data With Structs/045 Pointer Shortcut-en.srt 7KB
  198. 05 Maps/048 Whats a Map-pt.srt 7KB
  199. 04 Organizing Data With Structs/045 Pointer Shortcut-pt.srt 7KB
  200. 05 Maps/048 Whats a Map-en.srt 7KB
  201. 03 Deeper Into Go/019 Receiver Functions-es.srt 7KB
  202. 07 Channels and Go Routines/073 Channels-pt.srt 7KB
  203. 05 Maps/051 Differences Between Maps and Structs-pt.srt 7KB
  204. 06 Interfaces/058 Reading the Docs-en.srt 7KB
  205. 02 A Simple Start/008 Go Packages-en.srt 7KB
  206. 05 Maps/051 Differences Between Maps and Structs-en.srt 7KB
  207. 04 Organizing Data With Structs/042 Pass By Value-es.srt 7KB
  208. 03 Deeper Into Go/019 Receiver Functions-en.srt 7KB
  209. 03 Deeper Into Go/019 Receiver Functions-pt.srt 7KB
  210. 03 Deeper Into Go/035 Project Review-es.srt 7KB
  211. 06 Interfaces/058 Reading the Docs-pt.srt 7KB
  212. 03 Deeper Into Go/035 Project Review-en.srt 6KB
  213. 04 Organizing Data With Structs/042 Pass By Value-pt.srt 6KB
  214. 03 Deeper Into Go/035 Project Review-pt.srt 6KB
  215. 04 Organizing Data With Structs/042 Pass By Value-en.srt 6KB
  216. 06 Interfaces/063 Working with the Read Function-es.srt 6KB
  217. 05 Maps/049 Manipulating Maps-es.srt 6KB
  218. 06 Interfaces/063 Working with the Read Function-pt.srt 6KB
  219. 05 Maps/049 Manipulating Maps-pt.srt 6KB
  220. 04 Organizing Data With Structs/039 Updating Struct Values-es.srt 6KB
  221. 03 Deeper Into Go/021 Slice Range Syntax-es.srt 6KB
  222. 05 Maps/050 Iterating Over Maps-es.srt 6KB
  223. 05 Maps/049 Manipulating Maps-en.srt 6KB
  224. 04 Organizing Data With Structs/039 Updating Struct Values-pt.srt 6KB
  225. 04 Organizing Data With Structs/039 Updating Struct Values-en.srt 6KB
  226. 05 Maps/050 Iterating Over Maps-en.srt 6KB
  227. 06 Interfaces/063 Working with the Read Function-en.srt 6KB
  228. 05 Maps/050 Iterating Over Maps-pt.srt 6KB
  229. 03 Deeper Into Go/021 Slice Range Syntax-en.srt 6KB
  230. 03 Deeper Into Go/021 Slice Range Syntax-pt.srt 6KB
  231. 06 Interfaces/065 The io.Copy Function-es.srt 6KB
  232. 06 Interfaces/065 The io.Copy Function-en.srt 6KB
  233. 07 Channels and Go Routines/068 Website Status Checker-en.srt 6KB
  234. 06 Interfaces/065 The io.Copy Function-pt.srt 5KB
  235. 04 Organizing Data With Structs/038 Declaring Structs-en.srt 5KB
  236. 07 Channels and Go Routines/068 Website Status Checker-es.srt 5KB
  237. 04 Organizing Data With Structs/038 Declaring Structs-es.srt 5KB
  238. 07 Channels and Go Routines/068 Website Status Checker-pt.srt 5KB
  239. 07 Channels and Go Routines/080 Function Literals-es.srt 5KB
  240. 04 Organizing Data With Structs/038 Declaring Structs-pt.srt 5KB
  241. 07 Channels and Go Routines/080 Function Literals-en.srt 5KB
  242. 07 Channels and Go Routines/069 Printing Site Status-es.srt 5KB
  243. 07 Channels and Go Routines/069 Printing Site Status-pt.srt 5KB
  244. 07 Channels and Go Routines/069 Printing Site Status-en.srt 5KB
  245. 07 Channels and Go Routines/080 Function Literals-pt.srt 5KB
  246. 06 Interfaces/064 The Writer Interface-es.srt 5KB
  247. 06 Interfaces/064 The Writer Interface-pt.srt 5KB
  248. 06 Interfaces/064 The Writer Interface-en.srt 5KB
  249. 07 Channels and Go Routines/082 Bonus.html 5KB
  250. 06 Interfaces/066 The Implementation of io.Copy-en.srt 5KB
  251. 03 Deeper Into Go/017 OO Approach vs Go Approach-es.srt 5KB
  252. 06 Interfaces/066 The Implementation of io.Copy-pt.srt 5KB
  253. 06 Interfaces/066 The Implementation of io.Copy-es.srt 5KB
  254. 03 Deeper Into Go/017 OO Approach vs Go Approach-pt.srt 5KB
  255. 04 Organizing Data With Structs/036 Structs in Go-es.srt 5KB
  256. 03 Deeper Into Go/017 OO Approach vs Go Approach-en.srt 5KB
  257. 04 Organizing Data With Structs/036 Structs in Go-en.srt 5KB
  258. 04 Organizing Data With Structs/036 Structs in Go-pt.srt 5KB
  259. 04 Organizing Data With Structs/046 Gotchas With Pointers-es.srt 5KB
  260. 04 Organizing Data With Structs/046 Gotchas With Pointers-en.srt 4KB
  261. 04 Organizing Data With Structs/046 Gotchas With Pointers-pt.srt 4KB
  262. 03 Deeper Into Go/031 Testing With Go-es.srt 4KB
  263. 04 Organizing Data With Structs/037 Defining Structs-es.srt 4KB
  264. 03 Deeper Into Go/031 Testing With Go-pt.srt 4KB
  265. 04 Organizing Data With Structs/037 Defining Structs-pt.srt 4KB
  266. 07 Channels and Go Routines/076 Receiving Messages-en.srt 4KB
  267. 02 A Simple Start/010 File Organization-es.srt 4KB
  268. 07 Channels and Go Routines/070 Serial Link Checking-en.srt 4KB
  269. 04 Organizing Data With Structs/037 Defining Structs-en.srt 4KB
  270. 07 Channels and Go Routines/078 Alternative Loop Syntax-es.srt 4KB
  271. 07 Channels and Go Routines/076 Receiving Messages-es.srt 4KB
  272. 07 Channels and Go Routines/076 Receiving Messages-pt.srt 4KB
  273. 03 Deeper Into Go/031 Testing With Go-en.srt 4KB
  274. 07 Channels and Go Routines/070 Serial Link Checking-es.srt 4KB
  275. 07 Channels and Go Routines/078 Alternative Loop Syntax-en.srt 4KB
  276. 01 Getting Started/005 Go Support in VSCode-es.srt 4KB
  277. 07 Channels and Go Routines/078 Alternative Loop Syntax-pt.srt 4KB
  278. 07 Channels and Go Routines/070 Serial Link Checking-pt.srt 4KB
  279. 02 A Simple Start/010 File Organization-en.srt 4KB
  280. 01 Getting Started/005 Go Support in VSCode-pt.srt 4KB
  281. 02 A Simple Start/010 File Organization-pt.srt 4KB
  282. 02 A Simple Start/009 Import Statements-es.srt 4KB
  283. 01 Getting Started/005 Go Support in VSCode-en.srt 4KB
  284. 03 Deeper Into Go/033 Asserting Elements in a Slice-es.srt 4KB
  285. 03 Deeper Into Go/033 Asserting Elements in a Slice-pt.srt 4KB
  286. 02 A Simple Start/009 Import Statements-pt.srt 4KB
  287. 02 A Simple Start/006 Boring Ol Hello World-en.srt 4KB
  288. 02 A Simple Start/006 Boring Ol Hello World-es.srt 4KB
  289. 03 Deeper Into Go/033 Asserting Elements in a Slice-en.srt 4KB
  290. 02 A Simple Start/006 Boring Ol Hello World-pt.srt 4KB
  291. 01 Getting Started/003 Environment Setup-es.srt 4KB
  292. 02 A Simple Start/009 Import Statements-en.srt 4KB
  293. 04 Organizing Data With Structs/043 Structs with Pointers-es.srt 4KB
  294. 01 Getting Started/003 Environment Setup-pt.srt 4KB
  295. 01 Getting Started/004 VSCode Installation-es.srt 4KB
  296. 01 Getting Started/003 Environment Setup-en.srt 4KB
  297. 04 Organizing Data With Structs/043 Structs with Pointers-en.srt 4KB
  298. 04 Organizing Data With Structs/043 Structs with Pointers-pt.srt 4KB
  299. 01 Getting Started/004 VSCode Installation-pt.srt 3KB
  300. 01 Getting Started/004 VSCode Installation-en.srt 3KB
  301. 03 Deeper Into Go/012 Project Overview-en.srt 3KB
  302. 03 Deeper Into Go/012 Project Overview-es.srt 3KB
  303. 03 Deeper Into Go/012 Project Overview-pt.srt 3KB
  304. 06 Interfaces/060 Interface Review-pt.srt 3KB
  305. 06 Interfaces/059 More Interface Syntax-es.srt 3KB
  306. 06 Interfaces/060 Interface Review-en.srt 3KB
  307. 06 Interfaces/060 Interface Review-es.srt 3KB
  308. 03 Deeper Into Go/013 New Project Folder-en.srt 3KB
  309. 06 Interfaces/059 More Interface Syntax-pt.srt 3KB
  310. 06 Interfaces/059 More Interface Syntax-en.srt 2KB
  311. 03 Deeper Into Go/013 New Project Folder-es.srt 2KB
  312. 03 Deeper Into Go/013 New Project Folder-pt.srt 2KB
  313. 02 A Simple Start/011 How to Access Course Diagrams.html 2KB
  314. 01 Getting Started/001 How to Get Help.html 1KB
  315. 01 Getting Started/002 Link to Completed Code.html 1KB