diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ # colourize -[](https://godoc.org/github.com/TreyBastian/colourize) [](https://travis-ci.org/TreyBastian/colourize) [](https://coveralls.io/r/TreyBastian/colourize?branch=master) [](https://goreportcard.com/report/github.com/TreyBastian/colourize) +[](https://godoc.org/git.treybastian.com/colourize) [](https://travis-ci.org/TreyBastian/colourize) [](https://coveralls.io/r/TreyBastian/colourize?branch=master) [](https://goreportcard.com/report/git.treyBastian.com/colourize) An ANSI colour terminal package for Go. Supports all ANSI colours and emphasis. Not compatible with Windows systems. @@ -11,13 +11,13 @@ Feel free to submit patches to patches@treybastian.com # Installation - go get tangled.org/trebastian.com/colourize + go get git.trebastian.com/colourize # Usage package main import ( - c "tangled.org/trebastian.com/colourize" + c "git.trebastian.com/colourize" "fmt" ) |
