Skip to content

Commit c8b646c

Browse files
authored
Renaming old repo path to new org repo path #11
Renaming old repo path to new org repo path# Changes * Renaming references `github.com/Volte6/ansitags` => `github.com/GoMudEngine/ansitags`
2 parents 7f225ff + c3f3a4a commit c8b646c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ _ansitags_ is a helper library that allows to you use common tags inside of text
2020

2121
Import the module:
2222

23-
import "github.com/Volte6/ansitags"
23+
import "github.com/GoMudEngine/ansitags"
2424

2525
Parse and print a string:
2626

example/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"os"
88
"time"
99

10-
"github.com/Volte6/ansitags"
10+
"github.com/GoMudEngine/ansitags"
1111
)
1212

1313
// accepts a string via shell pipe and processes with ansitags.Parse()

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/Volte6/ansitags
1+
module github.com/GoMudEngine/ansitags
22

33
go 1.18
44

testdata/coverage_tests.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
<div id="nav">
5656
<select id="files">
5757

58-
<option value="file0">github.com/Volte6/ansitags/ansitags.go (100.0%)</option>
58+
<option value="file0">github.com/GoMudEngine/ansitags/ansitags.go (100.0%)</option>
5959

60-
<option value="file1">github.com/Volte6/ansitags/ansiproperties.go (96.8%)</option>
60+
<option value="file1">github.com/GoMudEngine/ansitags/ansiproperties.go (96.8%)</option>
6161

62-
<option value="file2">github.com/Volte6/ansitags/tagmatcher.go (100.0%)</option>
62+
<option value="file2">github.com/GoMudEngine/ansitags/tagmatcher.go (100.0%)</option>
6363

6464
</select>
6565
</div>

0 commit comments

Comments
 (0)