apply go tools cleanup
This commit is contained in:
		@@ -24,7 +24,7 @@ func ParseFeed(feedType FeedType, data []byte) ([]FeedEntry, error) {
 | 
			
		||||
	case Atom:
 | 
			
		||||
		return parseAtom(data)
 | 
			
		||||
	}
 | 
			
		||||
	return nil, fmt.Errorf("Unknown feed type: %s", feedType)
 | 
			
		||||
	return nil, fmt.Errorf("unknown feed type: %s", feedType)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func parseAtom(data []byte) ([]FeedEntry, error) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user