File: update_paths.patch

package info (click to toggle)
golang-github-gogits-chardet 0.0~git20150115.0.2404f77%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: makefile: 3
file content (23 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This is a fork that doesn't need to depend on what it was forked from.
--- a/detector_test.go
+++ b/detector_test.go
@@ -1,7 +1,7 @@
 package chardet_test
 
 import (
-	"github.com/saintfish/chardet"
+	"github.com/gogits/chardet"
 	"io"
 	"os"
 	"path/filepath"
--- a/example_test.go
+++ b/example_test.go
@@ -2,7 +2,7 @@
 
 import (
 	"fmt"
-	"github.com/saintfish/chardet"
+	"github.com/gogits/chardet"
 )
 
 var (