Package: golang-github-elazarl-goproxy / 1.0-1

go-charset.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Last-Update: 2016-03-23
Forwarded: https://github.com/onlyjob/goproxy/commit/dbed72b03ab40d06c1a8e4ed4227540e4af08700
Bug-Upstream: https://github.com/elazarl/goproxy/issues/134
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: update go-charset namespace.

--- a/ext/html/html.go
+++ b/ext/html/html.go
@@ -2,10 +2,10 @@
 package goproxy_html
 
 import (
 	"bytes"
-	"code.google.com/p/go-charset/charset"
-	_ "code.google.com/p/go-charset/data"
+	"github.com/paulrosania/go-charset/charset"
+	_ "github.com/paulrosania/go-charset/data"
 	"errors"
 	"github.com/elazarl/goproxy"
 	"io"
 	"io/ioutil"