Skip to content

Commit

Permalink
Add missing example
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Dec 28, 2021
1 parent 82336e7 commit 03ee3b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ package main
import "github.com/TwiN/go-color"

func main() {
println(color.Bold + "This is bold" + color.Reset)
println(color.Red + "This is red" + color.Reset)
println(color.Green + "This is green" + color.Reset)
println(color.Yellow + "This is yellow" + color.Reset)
Expand Down

0 comments on commit 03ee3b7

Please sign in to comment.