-
Урок 1. 00:05:29Welcome!
-
Урок 2. 00:01:12Intro to section 1
-
Урок 3. 00:00:54Installing Git
-
Урок 4. 00:03:49Installing Go
-
Урок 5. 00:05:24Installing Visual Studio Code
-
Урок 6. 00:02:09Get the code
-
Урок 7. 00:04:24Your First Go Program
-
Урок 8. 00:06:24Go Documentation on golang.org
-
Урок 9. 00:02:49The Go Playground
-
Урок 10. 00:00:47Intro to section 2
-
Урок 11. 00:05:08Variables
-
Урок 12. 00:02:22Control Structures 1 - if
-
Урок 13. 00:01:48Control Structures 2 - switch
-
Урок 14. 00:04:55Control Structures 3 - for
-
Урок 15. 00:04:38A Quick Intro to Using Libraries
-
Урок 16. 00:03:15Input and Output 1 - Printing
-
Урок 17. 00:04:08Input and Output 2 - Scanning
-
Урок 18. 00:01:46Input and Output 3 - Command Line
-
Урок 19. 00:03:51Input and Output 4 - Flags
-
Урок 20. 00:02:09Exercise: Build Your First Little Commandline Tool!
-
Урок 21. 00:05:38Strings 1 - Basics
-
Урок 22. 00:04:40Strings 2 - Unicode
-
Урок 23. 00:01:58Strings 3 - Literals
-
Урок 24. 00:06:57Numeric Data Types 1 - Integers and Booleans
-
Урок 25. 00:04:02Numeric Data Types 2 - Floating Point Numbers
-
Урок 26. 00:05:46Numeric Data Types 3 - Floating Point Tips
-
Урок 27. 00:02:24Numeric Data Types 4 - Complex Numbers
-
Урок 28. 00:07:27Constants
-
Урок 29. 00:05:57Pointers
-
Урок 30. 00:04:26Functions 1 - Declaring Functions
-
Урок 31. 00:04:19Functions 2 - Function Behavior (recursion, deferred functions, scope)
-
Урок 32. 00:06:31Functions 3 - Function Values and Closures
-
Урок 33. 00:02:34Functions 4 - Functions and Pointers
-
Урок 34. 00:08:54Error Handling
-
Урок 35. 00:06:39Error Inspection
-
Урок 36. 00:04:34Packages and Libraries 1 - Using Third-Party Packages
-
Урок 37. 00:05:37Packages and Libraries 2 - Creating Custom Packages
-
Урок 38. 00:05:14Packages and Libraries 3 - Publish Your Package
-
Урок 39. 00:03:16Packages and Libraries 4 - Sub-Packages
-
Урок 40. 00:02:06Modules 1 - Definition
-
Урок 41. 00:03:06Modules 2 - Creating a Module
-
Урок 42. 00:02:34Modules 3 - Add Version Information
-
Урок 43. 00:06:01Modules 4 - Using Modules
-
Урок 44. 00:07:20Modules 5 - Local Development
-
Урок 45. 00:08:22Modules 6 - Dependency Maintenance
-
Урок 46. 00:08:25Modules 8 - How Go Selects a Module Version
-
Урок 47. 00:06:46Exercise: Bank Account
-
Урок 48. 00:00:46Intro to section 3
-
Урок 49. 00:05:19Arrays
-
Урок 50. 00:06:38Slices
-
Урок 51. 00:02:20Pass-By-Value Semantics seem to break! (Or do they?)
-
Урок 52. 00:03:42Byte Slices and Strings
-
Урок 53. 00:07:31Maps
-
Урок 54. 00:03:28Type Declarations
-
Урок 55. 00:04:28Type Aliases
-
Урок 56. 00:07:20Struct Basics
-
Урок 57. 00:03:09Struct embedding and anonymous fields
-
Урок 58. 00:02:38Struct field tags and JSON
-
Урок 59. 00:08:36Methods
-
Урок 60. 00:02:46Method Sets
-
Урок 61. 00:07:44Interfaces 1 - Representing Behavior
-
Урок 62. 00:05:36Interfaces 2 - Interfaces as Parameters
-
Урок 63. 00:01:33Interfaces 4 - Internals (and a gotcha)
-
Урок 64. 00:05:36Generics 1 - Type Parameters
-
Урок 65. 00:07:06Generics 2 - Type Constraints
-
Урок 66. 00:05:52Generics 3 - Generic Interface Functions
-
Урок 67. 00:03:29Exercise: write a Web service - part 1: the Web server
-
Урок 68. 00:02:03Exercise: write a Web service - part 2: routing
-
Урок 69. 00:03:13Exercise: write a Web service - part 3: handling requests
-
Урок 70. 00:05:38Exercise: write a Web service - part 4: the data store
-
Урок 71. 00:01:09Intro to section 4
-
Урок 72. 00:04:38Compiling with go run, go build, and go install
-
Урок 73. 00:05:37Conditional compilation
-
Урок 74. 00:05:41The Go Module Proxy and the Go Sum DB
-
Урок 75. 00:05:15Configuring Proxy and Sum Servers
-
Урок 76. 00:02:26Formatting your code with go fmt
-
Урок 77. 00:08:24Testing with go test
-
Урок 78. 00:03:27Testing - Good test design, and how to verify test coverage
-
Урок 79. 00:06:41Testing - Subtests, parallel tests, and table-driven tests
-
Урок 80. 00:12:27Testing - Fuzzing
-
Урок 81. 00:04:31Testing - Benchmarking with go test
-
Урок 82. 00:03:29Documentation - Create documentation from code
-
Урок 83. 00:02:46Documentation - godoc and go doc
-
Урок 84. 00:00:32Intro to section 5
-
Урок 85. 00:09:52Reflection
- Категории
- Источники
- Все курсы
- Разделы
- Книги
Tnx in advance!