switched to github.com/suapapa/go-charset
This commit is contained in:
parent
e6ce05aae5
commit
872fbdeca5
1 changed files with 2 additions and 2 deletions
4
rss.go
4
rss.go
|
@ -6,8 +6,8 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.google.com/p/go-charset/charset"
|
"github.com/suapapa/go-charset/charset"
|
||||||
_ "code.google.com/p/go-charset/data" //initialize only
|
_ "github.com/suapapa/go-charset/data" //initialize only
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue