• Урок 1. 00:07:24
    Valuable resources
  • Урок 2. 00:12:15
    Why choose the Go programming language
  • Урок 3. 00:09:37
    Hello World
  • Урок 4. 00:03:12
    Section overview
  • Урок 5. 00:06:13
    The terminal
  • Урок 6. 00:08:48
    Installation insights
  • Урок 7. 00:08:48
    Go workspace
  • Урок 8. 00:06:51
    Environment variables
  • Урок 9. 00:08:01
    Windows - configuring path variables
  • Урок 10. 00:10:23
    Mac - configuring path variables
  • Урок 11. 00:33:39
    Linux - machine setup
  • Урок 12. 00:12:43
    Linux - machine configuration
  • Урок 13. 00:21:41
    Linux - configuring path variables
  • Урок 14. 00:04:32
    Testing your installation
  • Урок 15. 00:04:04
    Section review
  • Урок 16. 00:01:51
    Section overview
  • Урок 17. 00:09:07
    Go editors
  • Урок 18. 00:06:34
    Webstorm atom.io
  • Урок 19. 00:09:03
    Creating your first project
  • Урок 20. 00:08:14
    Hello World with webstorm
  • Урок 21. 00:05:47
    The go command documentation
  • Урок 22. 00:07:37
    Understanding github
  • Урок 23. 00:14:23
    Using github
  • Урок 24. 00:03:40
    Section review
  • Урок 25. 00:02:03
    Section overview
  • Урок 26. 00:09:56
    How computers work - part 1
  • Урок 27. 00:12:29
    How computers work - part 2
  • Урок 28. 00:08:55
    Github update command
  • Урок 29. 00:04:07
    Numeral systems
  • Урок 30. 00:07:40
    Binary numbering system
  • Урок 31. 00:07:08
    Hexadecimal numbering system
  • Урок 32. 00:09:25
    Text encoding
  • Урок 33. 00:09:33
    Coding scheme programs
  • Урок 34. 00:09:46
    Format printing
  • Урок 35. 00:09:16
    Format printing
  • Урок 36. 00:05:50
    Section review
  • Урок 37. 00:07:54
    Section overview
  • Урок 38. 00:05:46
    Packages
  • Урок 39. 00:08:45
    Go commands
  • Урок 40. 00:07:50
    Variables
  • Урок 41. 00:10:08
    Scope
  • Урок 42. 00:11:14
    Scope 2
  • Урок 43. 00:10:03
    Closure
  • Урок 44. 00:04:25
    Language specification
  • Урок 45. 00:09:02
    Blank identifier
  • Урок 46. 00:07:21
    Constants
  • Урок 47. 00:03:59
    Constants 2
  • Урок 48. 00:06:41
    Words of encouragement
  • Урок 49. 00:06:19
    Memory addresses
  • Урок 50. 00:07:45
    Pointers
  • Урок 51. 00:05:46
    Using pointers
  • Урок 52. 00:15:03
    Remainder
  • Урок 53. 00:07:04
    Section review
  • Урок 54. 00:06:53
    Section overview
  • Урок 55. 00:06:23
    For loop
  • Урок 56. 00:07:23
    Nested loops
  • Урок 57. 00:13:01
    Condition, break, continue
  • Урок 58. 00:06:23
    Documentation terminology
  • Урок 59. 00:10:40
    Rune
  • Урок 60. 00:07:27
    String type
  • Урок 61. 00:07:08
    Switch statements
  • Урок 62. 00:14:01
    If statements
  • Урок 63. 00:08:41
    Exercise solutions
  • Урок 64. 00:01:51
    Section review
  • Урок 65. 00:07:48
    Section overview
  • Урок 66. 00:05:27
    Intro to functions
  • Урок 67. 00:06:49
    Func returns
  • Урок 68. 00:05:07
    Variadic functions
  • Урок 69. 00:05:41
    Variadic arguments
  • Урок 70. 00:06:04
    Func expressions
  • Урок 71. 00:06:49
    Closure
  • Урок 72. 00:05:34
    Callbacks
  • Урок 73. 00:05:04
    Callbacks example
  • Урок 74. 00:04:20
    Recursion
  • Урок 75. 00:06:41
    Defer
  • Урок 76. 00:05:06
    Pass by value
  • Урок 77. 00:01:39
    Reference types
  • Урок 78. 00:07:23
    Anonymousself-executing functions
  • Урок 79. 00:07:46
    Bool expressions
  • Урок 80. 00:06:40
    Exercises - part 1
  • Урок 81. 00:07:50
    Exercises - part 2
  • Урок 82. 00:07:50
    Exercises - part 3
  • Урок 83. 00:06:07
    Section review
  • Урок 84. 00:08:28
    Data structure overview
  • Урок 85. 00:10:45
    Array
  • Урок 86. 00:10:04
    Array examples
  • Урок 87. 00:09:38
    Slices
  • Урок 88. 00:06:33
    Slice examples
  • Урок 89. 00:12:43
    More slice examples
  • Урок 90. 00:05:16
    Creating a slice
  • Урок 91. 00:12:29
    Incrementing a slice item
  • Урок 92. 00:06:18
    Section review
  • Урок 93. 00:08:30
    Maps introduction
  • Урок 94. 00:08:46
    Map examples - part 1
  • Урок 95. 00:05:08
    Map examples - part 2
  • Урок 96. 00:10:43
    Map examples - part 3
  • Урок 97. 00:03:43
    Map documentation
  • Урок 98. 00:04:08
    Map range loop
  • Урок 99. 00:13:52
    Github pull
  • Урок 100. 00:10:57
    Hash tables
  • Урок 101. 00:12:05
    Hashing words
  • Урок 102. 00:09:13
    Hashing words 2
  • Урок 103. 00:11:41
    Build a hash table
  • Урок 104. 00:06:14
    Finished hash algorithm
  • Урок 105. 00:11:37
    Structs introduction
  • Урок 106. 00:10:46
    OOP in Go
  • Урок 107. 00:10:28
    User-defined types
  • Урок 108. 00:11:40
    Composition
  • Урок 109. 00:03:13
    JSON marshal
  • Урок 110. 00:06:41
    JSON unmarshal
  • Урок 111. 00:05:35
    JSON encode
  • Урок 112. 00:03:19
    JSON decode
  • Урок 113. 00:10:24
    Interfaces introduction
  • Урок 114. 00:12:26
    Interface examples
  • Урок 115. 00:08:31
    Code substitutability
  • Урок 116. 00:11:54
    Bill Kennedy
  • Урок 117. 00:10:27
    Donovan Kernighan
  • Урок 118. 00:09:40
    Sort package
  • Урок 119. 00:15:55
    Sort reverse
  • Урок 120. 00:03:35
    Sort slice int.
  • Урок 121. 00:08:56
    Empty interface
  • Урок 122. 00:11:39
    Method sets
  • Урок 123. 00:10:21
    Conversion vs assertion
  • Урок 124. 00:05:10
    Concurrency waitgroup
  • Урок 125. 00:04:41
    Parallelism
  • Урок 126. 00:04:09
    Race conditions
  • Урок 127. 00:03:46
    Mutex
  • Урок 128. 00:03:58
    Atomicity
  • Урок 129. 00:10:41
    Channels
  • Урок 130. 00:07:53
    Troubleshooting race conditions
  • Урок 131. 00:04:53
    Additional resources
  • Урок 132. 00:07:02
    Next steps