Adapt comments in feed.go and and entry.go
This commit is contained in:
4
entry.go
4
entry.go
@@ -6,6 +6,10 @@ import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// It is advisable that each atom:entry element contain a non-empty atom:title
|
||||
// element, a non-empty atom:content element when that element is present, and
|
||||
// a non-empty atom:summary element when the entry contains no atom:content
|
||||
// element.
|
||||
type Entry struct {
|
||||
*CommonAttributes
|
||||
Authors []*Person `xml:"author,omitempty"`
|
||||
|
Reference in New Issue
Block a user