Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Writing Command Line Applications in Go

Posted By: IrGens
Writing Command Line Applications in Go

Writing Command Line Applications in Go
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 47m | 105 MB
Instructor: Miki Tebeka

Command line applications are used throughout the programming industry. They are easy to combine and automate, quick to use, you can use them over SSH, and you can combine several command line tools to create sophisticated workflows. And Go is an ideal language for writing command line applications—distribution is a single static executable and it’s easy to cross compile.

In this course, learn how to write effective command line applications in Go. Instructor Miki Tebeka covers parsing arguments, validation, subcommands, testing, building, shipping, and much more.


Writing Command Line Applications in Go