Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Simplified printing.
  • Loading branch information
mdwhatcott committed Dec 24, 2014
1 parent de2c7a7 commit ad4b8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/freeform-list/main.go
Expand Up @@ -90,7 +90,7 @@ func main() {
}

batcher.Finish()
fmt.Printf("\rProcessed: %d \n", lines)
fmt.Println("Processed:", lines)
}

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit ad4b8a2

Please sign in to comment.