diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-04-08 18:34:01 +0100 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-04-08 18:34:01 +0100 |
| commit | d923d9e97e49ef53913f41a15396e350f8045447 (patch) | |
| tree | e66360f7063165a654bb3b210e4d344c1507e795 /README.md | |
| parent | 5be39d08148fcf9267f34c4bf888f32189c8ba82 (diff) | |
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" ) |
