···119 // we have f1 and f2, combine them
120 combined, err := combineFiles(f1, f2)
121 if err != nil {
122- fmt.Println(err)
123 }
124125 // combined can be nil commit 2 reverted all changes from commit 1
···119 // we have f1 and f2, combine them
120 combined, err := combineFiles(f1, f2)
121 if err != nil {
122+ // fmt.Println(err)
123 }
124125 // combined can be nil commit 2 reverted all changes from commit 1