forked from jason/cpolis
		
	Cleanup
This commit is contained in:
		@@ -8,8 +8,6 @@ import (
 | 
			
		||||
	"git.streifling.com/jason/atom"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type Feed struct{ *atom.Feed }
 | 
			
		||||
 | 
			
		||||
func GenerateAtomFeed(c *Config, db *DB) (*string, error) {
 | 
			
		||||
	feed := atom.NewFeed(c.Title)
 | 
			
		||||
	feed.ID = atom.NewID("urn:feed:1")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user