add date parser
This commit is contained in:
parent
a895775f81
commit
3a667a3809
3 changed files with 220 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ type Feed struct {
|
|||
|
||||
type Item struct {
|
||||
GUID string
|
||||
Date *time.Time
|
||||
Date time.Time
|
||||
URL string
|
||||
Title string
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue