December 2021
Intermediate to advanced
510 pages
11h 20m
English
Whether you’re looking to automate a task, analyze data, parse logs, talk to network services, or address other requirements, writing your own command-line tool may be the fastest—and perhaps the most fun—way to achieve your goal. Go is a modern programming language that combines the reliability of compiled languages with the ease of use and speed of dynamically typed languages. It makes writing cross-platform command-line applications more approachable while providing the features required to ensure these tools are well designed and tested.
Before you dive into more complex programs that read and write files, parse data files, and communicate over networks, you’ll create a word counter program ...
Read now
Unlock full access