Skip to content

Commit

Permalink
Fix doc.go indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih committed Jan 3, 2017
1 parent 8fad180 commit 34e4ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can create PrintXxx functions to simplify even more:
You can also FprintXxx functions to pass your own io.Writer:
blue := color.New(FgBlue).FprintfFunc()
blue(myWriter, "important notice: %s", stars)
blue(myWriter, "important notice: %s", stars)
// Mix up with multiple attributes
success := color.New(color.Bold, color.FgGreen).FprintlnFunc()
Expand Down

0 comments on commit 34e4ee0

Please sign in to comment.