File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright 2021 TwinProduction
189+ Copyright 2021 TwiN
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11# go-color
22
3- ![ build] ( https://github.com/TwinProduction /go-color/workflows/build/badge.svg?branch=master )
3+ ![ build] ( https://github.com/TwiN /go-color/workflows/build/badge.svg?branch=master )
44
55An extremely lightweight cross-platform package to colorize text in terminals.
66
@@ -20,7 +20,7 @@ in conjunction with a variable like so:
2020``` go
2121package main
2222
23- import " github.com/TwinProduction /go-color"
23+ import " github.com/TwiN /go-color"
2424
2525func main () {
2626 println (color.Ize (color.Red , " This is red" ))
@@ -48,7 +48,7 @@ You can either directly use the variables like so:
4848``` go
4949package main
5050
51- import " github.com/TwinProduction /go-color"
51+ import " github.com/TwiN /go-color"
5252
5353func main () {
5454 println (color.Red + " This is red" + color.Reset )
@@ -69,5 +69,5 @@ otherwise everything else in your terminal will be that color until the color is
6969## Installation
7070
7171```
72- go get github.com/TwinProduction /go-color
72+ go get github.com/TwiN /go-color
7373```
Original file line number Diff line number Diff line change 1- module github.com/TwinProduction /go-color
1+ module github.com/TwiN /go-color
22
33go 1.16
You can’t perform that action at this time.
0 commit comments