This commit is contained in:
Sean Schulte 2014-03-24 22:01:26 -05:00
parent c6a7816435
commit a93420eed3
3 changed files with 90 additions and 90 deletions

View file

@ -3,7 +3,7 @@ package feeder
import (
"crypto/md5"
"io"
"time"
"time"
)
type Item struct {
@ -29,7 +29,7 @@ type Item struct {
}
func (i *Item) ParsedPubDate() (time.Time, error) {
return parseTime(i.PubDate)
return parseTime(i.PubDate)
}
func (i *Item) Key() string {