Exercise: Capturing and Parsing Command Output
Test your coding skills on controlling processes.
We'll cover the following...
Challenge
In this exercise, your challenge is to expand the goci tool that we developed previously to capture and parse the output of an additional command execution.
Problem Statement
Gocyclo is a tool that calculates relative complexity in Go functions. Functions that score higher might be good candidates for refactoring as ...