fix wrong import
This commit is contained in:
parent
d2a434bccd
commit
86cd61bf8a
1 changed files with 1 additions and 1 deletions
2
rss.go
2
rss.go
|
@ -9,7 +9,7 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.google.com/p/go-charset/charset"
|
"code.google.com/p/go-charset/charset"
|
||||||
import _ "code.google.com/p/go-charset/data"
|
_ "code.google.com/p/go-charset/data"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Channel struct {
|
type Channel struct {
|
||||||
|
|
Loading…
Reference in a new issue