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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module github.com/gogs/chardet

0 commit comments

Comments
 (0)