- Course
Go CLI Playbook
Code editors and IDEs simplify most development tasks, however understanding the capabilities of the Go command-line interface (CLI) is critical to unlocking the full power of the language. This course will teach you about many advanced capabilities that the Go CLI offers that can simplify development efforts and add flexibility to Go programs.
- Course
Go CLI Playbook
Code editors and IDEs simplify most development tasks, however understanding the capabilities of the Go command-line interface (CLI) is critical to unlocking the full power of the language. This course will teach you about many advanced capabilities that the Go CLI offers that can simplify development efforts and add flexibility to Go programs.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
The Go command exposes a rich set of features to allow developers to have fine-grained control over how programs are developed, compiled, and executed. In this course, Go CLI Playbook, you’ll learn to take full advantage of the Go CLI to develop programs faster that run more efficiently. First, you’ll explore how to control the Go compiler to alter the generated binary. Next, you’ll discover generated binaries that are designed to be consumed by other programs, regardless of the language they are programmed in. Finally, you’ll learn how to manage and inspect various aspects of your program such as its source code and dependencies. When you’re finished with this course, you’ll have the skills and knowledge of the Go CLI needed to build more efficient and flexible programs.