diff --git a/README.md b/README.md index bbde23f..f5c7cc2 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ The project was created by [saintfish](http://github.com/saintfish/chardet). In ## Documentation and Usage -See [pkgdoc](http://godoc.org/github.com/gogits/chardet) +See [pkgdoc](http://godoc.org/github.com/gogs/chardet) diff --git a/detector_test.go b/detector_test.go index ffecac2..25715b4 100644 --- a/detector_test.go +++ b/detector_test.go @@ -1,7 +1,7 @@ package chardet_test import ( - "github.com/saintfish/chardet" + "github.com/gogs/chardet" "io" "os" "path/filepath" diff --git a/example_test.go b/example_test.go index fc47910..7e80014 100644 --- a/example_test.go +++ b/example_test.go @@ -2,7 +2,7 @@ package chardet_test import ( "fmt" - "github.com/saintfish/chardet" + "github.com/gogs/chardet" ) var ( diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..d8653b8 --- /dev/null +++ b/go.mod @@ -0,0 +1 @@ +module github.com/gogs/chardet