Skip to content

Commit faf3a21

Browse files
committed
⚠ Migrate TwinProduction/go-color to TwiN/go-color
1 parent 97845bb commit faf3a21

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
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.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
An extremely lightweight cross-platform package to colorize text in terminals.
66

@@ -20,7 +20,7 @@ in conjunction with a variable like so:
2020
```go
2121
package main
2222

23-
import "github.com/TwinProduction/go-color"
23+
import "github.com/TwiN/go-color"
2424

2525
func 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
4949
package main
5050

51-
import "github.com/TwinProduction/go-color"
51+
import "github.com/TwiN/go-color"
5252

5353
func 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
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/TwinProduction/go-color
1+
module github.com/TwiN/go-color
22

33
go 1.16

0 commit comments

Comments
 (0)