Completed
Disk usage command
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Write Beautiful Golang CLI
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Multi-contributor CLI
- 3 Cobra
- 4 Cobra-CLI
- 5 Ready to build!
- 6 Structuring for extensibility
- 7 Moving new commands
- 8 Here is the trick...
- 9 Mistakes are good
- 10 Structured subcommand
- 11 Building some functionality
- 12 First working command
- 13 Disk usage command
- 14 Recap
- 15 Viper configuration
- 16 Implementing viper in an existing project
- 17 Conclusion