gofix error

This commit is contained in:
jim teeuwen 2011-11-02 16:51:04 +01:00
parent 59e30a75dc
commit e31aff8084
4 changed files with 9 additions and 13 deletions

7
rss.go
View file

@ -1,11 +1,8 @@
package feeder
import (
"os"
xmlx "github.com/jteeuwen/go-pkg-xmlx"
)
import xmlx "github.com/jteeuwen/go-pkg-xmlx"
func (this *Feed) readRss2(doc *xmlx.Document) (err os.Error) {
func (this *Feed) readRss2(doc *xmlx.Document) (err error) {
days := make(map[string]int)
days["Monday"] = 1
days["Tuesday"] = 2