Merge Pull Request and issue #24

Turns Item.Guid field into a string pointer, so it may properly
be set to nil when applicable. Adjusts remaining code and tests
to reflect this change.
This commit is contained in:
Jim Teeuwen 2013-11-28 10:22:09 +01:00
parent 3537b8643d
commit 29bd83be41
2 changed files with 10 additions and 6 deletions

View file

@ -9,7 +9,7 @@ type Item struct {
Categories []*Category
Comments string
Enclosures []*Enclosure
Guid string
Guid *string
PubDate string
Source *Source