...

/

Refactoring Multi-git to use Viper

Refactoring Multi-git to use Viper

Let's revist the multi-git program and refactor it to use Viper in addition to Cobra.

In this lesson, we will refactor the multi-git program to use Viper in addition to Cobra. Along the way, we will change some design choices regarding configuration and consider alternative forms of configuration. At the end of the day, ...