Small change
This commit is contained in:
parent
a021de6e66
commit
215a002992
2
feed.go
2
feed.go
@ -101,7 +101,7 @@ func (f *Feed) AddEntry(e *Entry) {
|
||||
}
|
||||
}
|
||||
|
||||
// Check checks the feed for incompatibilities with the Atom standard.
|
||||
// Check checks the feed for incompatibilities with RFC4287.
|
||||
func (f *Feed) Check() error {
|
||||
if f.ID == nil {
|
||||
return errors.New("no id element of feed")
|
||||
|
Loading…
x
Reference in New Issue
Block a user