Powerful Command-Line Applications in Go

Powerful Command-Line Applications in Go
Author :
Publisher :
Total Pages : 510
Release :
ISBN-10 : OCLC:1295840017
ISBN-13 :
Rating : 4/5 ( Downloads)

Book Synopsis Powerful Command-Line Applications in Go by : Ricardo Gerardi

Download or read book Powerful Command-Line Applications in Go written by Ricardo Gerardi and published by . This book was released on 2021 with total page 510 pages. Available in PDF, EPUB and Kindle. Book excerpt: Whether you want to automate tasks, analyze data, parse logs, talk to network services, or address other systems requirements, writing your own command-line tool may be the fastest - and perhaps the most fun - way to do it. The Go programming language is a great choice for developing tools that are fast, reliable, and cross-platform. Create command-line tools that work with files, connect to services, and even manage external processes, all while using tests and benchmarks to ensure your programs are fast and correct. When you want to develop cross platform command-line tools that are fast and reliable, use Go, a modern programming language that combines the reliability of compiled languages with the ease of use and flexibility of dynamic typed languages. Work through practical examples to develop elegant and efficient tools by applying Go's rich standard library, its built in support for concurrency, and its expressive syntax. Use Go's integrated testing capabilities to automatically test your tools, ensuring they work reliably even across code refactoring. Develop CLI tools that interact with your users by using common input/output patterns, including environment variables and flags. Handle files to read or persist data, and manipulate paths consistently in cross-platform scenarios. Control processes and handle signals, and use a benchmark driven approach and Go's concurrency primitives to create tools that perform well. Use powerful external libraries such as Cobra to create modern and flexible tools that handle subcommands, and develop tools that interact with databases, APIs, and network services. Finally, leverage what you learned by tackling additional challenges at the end of each chapter. What You Need: Go 1.8 or higher, an internet connection to download the example files and additional libraries, and a text editor to write your programs.


Powerful Command-Line Applications in Go Related Books

Powerful Command-Line Applications in Go
Language: en
Pages: 510
Authors: Ricardo Gerardi
Categories:
Type: BOOK - Published: 2021 - Publisher:

GET EBOOK

Whether you want to automate tasks, analyze data, parse logs, talk to network services, or address other systems requirements, writing your own command-line too
Small, Sharp, Software Tools
Language: en
Pages: 0
Authors: Brian P. Hogan
Categories: Computers
Type: BOOK - Published: 2019 - Publisher:

GET EBOOK

Getting your feet wet -- Creating an Ubuntu virtual machine with VirtualBox -- Navigating the Filesystem -- Working with files and directories -- Streams of tex
Distributed Services with Go
Language: en
Pages: 225
Authors: Travis Jeffery
Categories:
Type: BOOK - Published: 2020-10-27 - Publisher: Pragmatic Bookshelf

GET EBOOK

You know the basics of Go and are eager to put your knowledge to work. This book is just what you need to apply Go to real-world situations. You'll build a dist
How To Code in Go
Language: en
Pages: 420
Authors: Mark Bates
Categories: Computers
Type: BOOK - Published: 2020-06-11 - Publisher: DigitalOcean

GET EBOOK

Command-Line Rust
Language: en
Pages: 389
Authors: Ken Youens-Clark
Categories: Computers
Type: BOOK - Published: 2022-01-13 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Updated in 2024: A new version has been released that simplifies the programs used in the book, based on changes in the Rust language and crates since original