gofix error
This commit is contained in:
parent
59e30a75dc
commit
e31aff8084
4 changed files with 9 additions and 13 deletions
7
rss.go
7
rss.go
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue