add date parser

This commit is contained in:
Nazar Kanaev 2021-03-19 21:50:07 +00:00
parent a895775f81
commit 3a667a3809
3 changed files with 220 additions and 3 deletions

View file

@ -11,7 +11,7 @@ type Feed struct {
type Item struct {
GUID string
Date *time.Time
Date time.Time
URL string
Title string