Удален по просьбе правообладателя
  1. Урок 1. 00:03:56
    Introduction
  2. Урок 2. 00:14:47
    The History of Go
  3. Урок 3. 00:08:45
    Characteristics & Timeline
  4. Урок 4. 00:06:25
    Go.dev Overview
  5. Урок 5. 00:06:14
    Philosophy & Tools
  6. Урок 6. 00:09:01
    Go Setup
  7. Урок 7. 00:07:23
    Multi Platform & Common Use Cases
  8. Урок 8. 00:08:03
    Go Basics Overview
  9. Урок 9. 00:08:29
    Create a Go Module
  10. Урок 10. 00:14:41
    Variables, Types & Const
  11. Урок 11. 00:05:11
    Data Types
  12. Урок 12. 00:13:21
    Packages
  13. Урок 13. 00:06:00
    Packages Q&A
  14. Урок 14. 00:01:32
    Visibility
  15. Урок 15. 00:12:35
    Numbers & Collections
  16. Урок 16. 00:14:42
    Functions
  17. Урок 17. 00:14:03
    Pointers & References
  18. Урок 18. 00:06:34
    panic, defer, & Error Design Pattern
  19. Урок 19. 00:05:31
    Control Structures
  20. Урок 20. 00:10:22
    Calculator Project
  21. Урок 21. 00:18:05
    Reading Files
  22. Урок 22. 00:13:07
    Writing Files
  23. Урок 23. 00:09:33
    Type Definitions
  24. Урок 24. 00:06:20
    Type Definitions Q&A
  25. Урок 25. 00:03:53
    Structs
  26. Урок 26. 00:12:31
    Struct Methods
  27. Урок 27. 00:03:54
    Factories
  28. Урок 28. 00:03:42
    Implementing the Stringer Interface
  29. Урок 29. 00:11:20
    Embedding
  30. Урок 30. 00:07:58
    Interfaces
  31. Урок 31. 00:13:57
    Goroutines
  32. Урок 32. 00:09:34
    Channels
  33. Урок 33. 00:08:11
    Crytpomasters Setup
  34. Урок 34. 00:10:54
    Making an HTTP Request
  35. Урок 35. 00:14:25
    Response & Error Handling
  36. Урок 36. 00:05:12
    Printing The API Response
  37. Урок 37. 00:08:52
    JSON Parsing with Unmarshal
  38. Урок 38. 00:12:21
    Mapping Between JSON and Go Struct
  39. Урок 39. 00:12:19
    WaitGroups
  40. Урок 40. 00:09:51
    Async API Calls with GoRoutines
  41. Урок 41. 00:10:22
    Testing
  42. Урок 42. 00:10:04
    Building a Local HTTP Server
  43. Урок 43. 00:09:05
    Logging & Watching for Changes
  44. Урок 44. 00:05:15
    Serving Files
  45. Урок 45. 00:13:51
    Go Templates
  46. Урок 46. 00:09:23
    Serving from Data Structures
  47. Урок 47. 00:10:14
    Template Looping & Conditional HTML
  48. Урок 48. 00:12:17
    API Handlers for GET
  49. Урок 49. 00:10:37
    API Handlers for POST
  50. Урок 50. 00:06:52
    Frameworks & External Libraries
  51. Урок 51. 00:03:50
    Compiling & Packaging
  52. Урок 52. 00:02:08
    Wrapping Up