diff options
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | go.mod | 2 |
2 files changed, 5 insertions, 5 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" ) @@ -1,3 +1,3 @@ -module tangled.org/treybastian.com/colourize +module git.treybastian.com/colourize go 1.25.4 |
