diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ fmt.Printf(color.GreenString("Info:"), "an important message." ) ```go // Use handy standard colors. -color.Set(collor.FgYellow) +color.Set(color.FgYellow) fmt.Println("Existing text will be now in Yellow") fmt.Printf("This one %s\n", "too") |
