use fmt.Print

This commit is contained in:
William Banfield
2022-05-11 10:04:29 -04:00
parent 0048bfe5a9
commit 4eb6bdaee7
@@ -65,7 +65,7 @@ func main() {
if err != nil {
log.Fatalf("Generating diff: %v", err)
}
fmt.Printf("%s", md)
fmt.Print(md)
}
// DiffFromReaders parses the metrics present in the readers a and b and