add charset data

This commit is contained in:
Marcin Wyszynski 2013-03-14 23:29:24 +00:00
parent fb59e286b7
commit d2a434bccd

1
rss.go
View file

@ -9,6 +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"
) )
type Channel struct { type Channel struct {