Analyzing Multi-git 0.1

In this lesson, we'll drill down and dissect the code of multi-git to get familiar with how it works. This lesson will also help you identify where and how to improve multi-git in the upcoming lessons.

We'll cover the following...

Analyzing the code

Before considering how to make the code better, let’s go over the code piece by piece to understand what it does. There is just one file, main.go. The first part just declares the main package and the ...