Skip to content

Commit

Permalink
Changed main repo to gocaio
Browse files Browse the repository at this point in the history
  • Loading branch information
joanbono committed Apr 24, 2019
1 parent 5f50564 commit bbc961c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,6 @@ tramp
build

# vscode folder
.vscode/*
.vscode/*
*.mod
*.sum
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"log"
"os"

"github.com/kevinborras/metagopenoffice"
"github.com/gocaio/metagopenoffice"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"log"
"os"

"github.com/kevinborras/metagopenoffice"
"github.com/gocaio/metagopenoffice"
)

func main() {
Expand Down

0 comments on commit bbc961c

Please sign in to comment.