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:
parent
3537b8643d
commit
29bd83be41
2 changed files with 10 additions and 6 deletions
2
item.go
2
item.go
|
@ -9,7 +9,7 @@ type Item struct {
|
|||
Categories []*Category
|
||||
Comments string
|
||||
Enclosures []*Enclosure
|
||||
Guid string
|
||||
Guid *string
|
||||
PubDate string
|
||||
Source *Source
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue