Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Google Golang Masterclass, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:01
    Installing Go in Windows
  • Урок 2. 00:05:41
    Installing go in Linux
  • Урок 3. 00:04:45
    Go For Mac
  • Урок 4. 00:03:23
    Understanding Our First Program
  • Урок 5. 00:01:48
    Understanding Datatypes in Go
  • Урок 6. 00:10:29
    Variables and Comments in Go
  • Урок 7. 00:11:41
    Operators in Go
  • Урок 8. 00:02:54
    Taking Input from User
  • Урок 9. 00:04:14
    Typecasting and Constant variables in Go
  • Урок 10. 00:03:20
    Introduction to IF Else
  • Урок 11. 00:05:50
    Operators in IF Else
  • Урок 12. 00:03:59
    IF Else Ladder
  • Урок 13. 00:01:34
    Assignment (IF Else)
  • Урок 14. 00:10:47
    Assignment Solution (IF Else)
  • Урок 15. 00:06:45
    Switch in Go
  • Урок 16. 00:04:11
    Introduction to Loops in Go
  • Урок 17. 00:12:19
    Practice Session on Loop
  • Урок 18. 00:00:26
    Assignment (Loop)
  • Урок 19. 00:18:53
    Assignment Solution (Loop)
  • Урок 20. 00:05:00
    Break and Continue Statement in Go
  • Урок 21. 00:06:31
    Introduction to Array in go
  • Урок 22. 00:10:02
    Array Continued & Assignment Included
  • Урок 23. 00:04:33
    Array Assignment Solution
  • Урок 24. 00:05:48
    Introduction to Slices
  • Урок 25. 00:06:12
    NIL Slice, Slice Default, Capacity and Length
  • Урок 26. 00:05:19
    Slice of Slice
  • Урок 27. 00:01:26
    Assignment (Slice)
  • Урок 28. 00:12:11
    Assignment Solution (Slice)
  • Урок 29. 00:02:46
    Range in Go
  • Урок 30. 00:01:52
    Assignment (Range)
  • Урок 31. 00:18:58
    Assignment Solution (Range)
  • Урок 32. 00:06:51
    Introduction to Maps
  • Урок 33. 00:02:03
    Range with Maps
  • Урок 34. 00:02:18
    Assignment (Maps)
  • Урок 35. 00:12:07
    37. Assignment Solution (Maps) Part 1
  • Урок 36. 00:06:55
    Assignment Solution (Maps) Part2
  • Урок 37. 00:06:01
    Introduction to Pointers
  • Урок 38. 00:05:49
    Pointers Continued
  • Урок 39. 00:03:33
    Introduction to Functions
  • Урок 40. 00:07:18
    Functions Basic
  • Урок 41. 00:06:20
    Functions Continued
  • Урок 42. 00:05:45
    Scope of Variables
  • Урок 43. 00:07:18
    Closures
  • Урок 44. 00:03:06
    Pointers with function
  • Урок 45. 00:03:07
    Maps and Slice as Argument to Functions
  • Урок 46. 00:06:58
    Defer
  • Урок 47. 00:06:03
    Panic & Recover
  • Урок 48. 00:02:10
    Assignment (Functions)
  • Урок 49. 00:08:42
    Assignment Solution (Functions)
  • Урок 50. 00:05:20
    Introduction to Structure
  • Урок 51. 00:03:26
    Struct Literals
  • Урок 52. 00:02:39
    Pointers with struct
  • Урок 53. 00:05:46
    Passing Structure to Function
  • Урок 54. 00:04:16
    Array of Structure
  • Урок 55. 00:01:35
    Assignment (Structure)
  • Урок 56. 00:07:54
    Assignment Solution (Structure)
  • Урок 57. 00:03:22
    Variadic Functions
  • Урок 58. 00:05:23
    Methods
  • Урок 59. 00:02:07
    Methods Continued
  • Урок 60. 00:01:39
    Assignment (Methods and Variadic Function)
  • Урок 61. 00:07:16
    Assignment Solution (Methods and Variadic Function)
  • Урок 62. 00:05:57
    Introduction to Interface
  • Урок 63. 00:07:48
    Interface Continued
  • Урок 64. 00:04:24
    Nil Interface values
  • Урок 65. 00:02:53
    Empty Interface
  • Урок 66. 00:02:40
    Concurrency and Parallelism
  • Урок 67. 00:07:48
    Go Routines
  • Урок 68. 00:09:02
    Channels
  • Урок 69. 00:10:26
    Applied Concurrency (Cold Drink Manufacturing )
  • Урок 70. 00:11:29
    Applied Concurrency (Car Manufacturing)
  • Урок 71. 00:01:11
    Assignment (Channels)
  • Урок 72. 00:08:45
    Assignment Solution (Channels)
  • Урок 73. 00:04:54
    Select in Go
  • Урок 74. 00:02:44
    Buffered Channels
  • Урок 75. 00:02:27
    Introduction to Mutex
  • Урок 76. 00:07:22
    Concurrency Problems Solved with Mutex
  • Урок 77. 00:07:20
    Applied Concurrency ( Train Booking System )
  • Урок 78. 00:00:35
    Assignment (Cab Booking System)
  • Урок 79. 00:07:54
    Assignment Solution (Cab Booking System)
  • Урок 80. 00:00:34
    Introduction to Mail Server Project
  • Урок 81. 00:01:29
    Setting up the Required Things
  • Урок 82. 00:19:06
    Coding the Mail Server