Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:00:43
    Welcome to the course!
  2. Урок 2. 00:02:48
    Introduction
  3. Урок 3. 00:04:58
    Creating a Simple CLI
  4. Урок 4. 00:07:26
    Adding a Logger
  5. Урок 5. 00:11:39
    Adding silent & verbose flags
  6. Урок 6. 00:01:03
    Intro to flag.Parse()
  7. Урок 7. 00:06:42
    Handling a list of URLs
  8. Урок 8. 00:06:38
    Customizing help output
  9. Урок 9. 00:09:29
    Exercise Walkthrough
  10. Урок 10. 00:02:24
    Introduction
  11. Урок 11. 00:15:33
    Setting up a new structured logger
  12. Урок 12. 00:17:11
    Adding Check & Monitor Commands
  13. Урок 13. 00:02:48
    Adding Command Hooks
  14. Урок 14. 00:11:52
    Using the Context to Manage Global Cancellation
  15. Урок 15. 00:08:19
    Creating a Version Command
  16. Урок 16. 00:17:53
    Exercise Solution
  17. Урок 17. 00:05:37
    Introduction to Testing CLI Applications
  18. Урок 18. 00:09:11
    Writing Unit Tests
  19. Урок 19. 00:19:45
    Mocking HTTP Calls
  20. Урок 20. 00:13:11
    Using ExecuteC to test Cobra Commands
  21. Урок 21. 00:07:15
    Exercise Solution
  22. Урок 22. 00:14:21
    New output flag - JSON, Text, Table output (tablewriter)
  23. Урок 23. 00:04:44
    Use spinner bar for a single URL check
  24. Урок 24. 00:03:57
    Create a monitoring table showing the url, and the status with dynamic updates
  25. Урок 25. 00:02:55
    Add color for up/down statuses
  26. Урок 26. 00:05:59
    Adding Auto Complete
  27. Урок 27. 00:03:10
    Exercise Solution
  28. Урок 28. 00:04:10
    Introduction
  29. Урок 29. 00:03:27
    Creating Custom Errors
  30. Урок 30. 00:15:03
    Advanced logging techniques - log rotation and more!
  31. Урок 31. 00:06:38
    Graceful Errors & Interactivity
  32. Урок 32. 00:12:11
    Exercise Solution
  33. Урок 33. 00:03:19
    Release Automation
  34. Урок 34. 00:10:00
    Containerizing with Docker
  35. Урок 35. 00:16:03
    Initial Automated Cross-Compilation Workflow with GoReleaser and Github actions
  36. Урок 36. 00:09:11
    Automated Homebrew distribution
  37. Урок 37. 00:19:18
    Automated Chocolatey distribution
  38. Урок 38. 00:08:16
    Automated Docker distribution
  39. Урок 39. 00:08:39
    Automated RPM and Deb files
  40. Урок 40. 00:17:56
    Exercise Solution