Skip to content

Commit 4b6791f

Browse files
greutunknwon
authored andcommitted
Add go.mod (#4)
* add go.mod Signed-off-by: Yoan Blanc <[email protected]> * change organization to gogs Signed-off-by: Yoan Blanc <[email protected]>
1 parent 2404f77 commit 4b6791f

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ The project was created by [saintfish](http://github.com/saintfish/chardet). In
99

1010
## Documentation and Usage
1111

12-
See [pkgdoc](http://godoc.org/github.com/gogits/chardet)
12+
See [pkgdoc](http://godoc.org/github.com/gogs/chardet)

detector_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package chardet_test
22

33
import (
4-
"github.com/saintfish/chardet"
4+
"github.com/gogs/chardet"
55
"io"
66
"os"
77
"path/filepath"

example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package chardet_test
22

33
import (
44
"fmt"
5-
"github.com/saintfish/chardet"
5+
"github.com/gogs/chardet"
66
)
77

88
var (

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module github.com/gogs/chardet

0 commit comments

Comments
 (0)