Small change
This commit is contained in:
		
							
								
								
									
										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 {
 | 
					func (f *Feed) Check() error {
 | 
				
			||||||
	if f.ID == nil {
 | 
						if f.ID == nil {
 | 
				
			||||||
		return errors.New("no id element of feed")
 | 
							return errors.New("no id element of feed")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user