Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Go Standard Library Solutions, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:51
    The Course Overview
  • Урок 2. 00:09:57
    Output Formatting with the fmt Package
  • Урок 3. 00:09:55
    Input Scanning with the fmt Package
  • Урок 4. 00:09:07
    Manipulating Strings and Bytes with the Strings and Bytes Packages
  • Урок 5. 00:09:30
    Converting to and from Strings with the strconv Package
  • Урок 6. 00:10:16
    Working with Regular Expressions Using the regexp Package
  • Урок 7. 00:10:13
    Get Comfortable with the Go Build Tools
  • Урок 8. 00:06:20
    Interact with the Environment through the flag and os Packages
  • Урок 9. 00:13:46
    Perform File and Directory Manipulation with the os, io, and path Packages
  • Урок 10. 00:07:55
    Always Handling Our Errors and Using the Errors Package
  • Урок 11. 00:06:44
    Let's Do Some Math
  • Урок 12. 00:06:25
    Working with Time
  • Урок 13. 00:05:39
    Archives and Compression
  • Урок 14. 00:06:52
    Images
  • Урок 15. 00:10:18
    Build a Simple Server with Net/Http
  • Урок 16. 00:05:09
    Middleware
  • Урок 17. 00:06:54
    Writing Robust HTTP Clients
  • Урок 18. 00:12:42
    Context
  • Урок 19. 00:07:32
    Encoding
  • Урок 20. 00:07:49
    Handling JSON Input and Output
  • Урок 21. 00:05:58
    Data Storage and Retrieval
  • Урок 22. 00:06:21
    Testing with the Testing Package
  • Урок 23. 00:06:34
    Goroutines
  • Урок 24. 00:03:48
    Channels
  • Урок 25. 00:01:53
    Synchronization
  • Урок 26. 00:06:41
    Concurrency Patterns