diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -2,3 +2,17 @@ An ANSI colour terminal package for Go [](https://godoc.org/github.com/TreyBastian/colourize) [](https://travis-ci.org/TreyBastian/colourize) + +# Usage + + package main + import ( + c "github.com/TreyBastian/colourize" + "fmt" + ) + + func main() { + fmt.Println(colourize("Hello World!", Green, Whitebg, Bold) + } + +Supports all ANSI colours and emphasis. Not compatible with Windows systems. |
