diff options
-rw-r--r-- | schema/schema.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/schema.go b/schema/schema.go index 44161ce..4d46102 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -17,6 +17,7 @@ type NPRLink struct { type NPREntry struct { XMLName xml.Name `xml:"item"` Id string `xml:"guid"` + Title string `xml:"title"` Pub string `xml:"pubDate"` // RFC1123Z PubTime time.Time Link NPRLink `xml:"link"` |