Skip to content

Commit 6f9c150

Browse files
committed
Changed main repo to gocaio
1 parent d167ab5 commit 6f9c150

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,5 @@ tramp
147147
build
148148

149149
# vscode folder
150-
.vscode/*
150+
.vscode/*
151+
*.mod

example/main.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"log"
2323
"os"
2424

25-
"github.com/kevinborras/metagoffice"
25+
"github.com/gocaio/metagoffice"
2626
)
2727

2828
func main() {
@@ -49,4 +49,3 @@ func main() {
4949
fmt.Println("Category: ", content.Category)
5050

5151
}
52-

test/metagoffice_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"reflect"
2424
"testing"
2525

26-
"github.com/kevinborras/metagoffice"
26+
"github.com/gocaio/metagoffice"
2727
)
2828

2929
var docExpectedResult = metagoffice.XMLContent{
@@ -102,4 +102,3 @@ func TestPowerDocumment(t *testing.T) {
102102
t.Fatalf("Expected %s but got %s", powerExpectedResult, actualResult)
103103
}
104104
}
105-

0 commit comments

Comments
 (0)