Solution: Capturing and Parsing Command Output
See the solution for expanding the goci tool and parsing the output of additional command execution.
We'll cover the following...
Solution explanation
In the main.go
file and function run()
, add the following to introduce ...