forked from jason/cpolis
		
	Optimized Article struct size
This commit is contained in:
		@@ -9,18 +9,18 @@ import (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type Article struct {
 | 
			
		||||
	Title         string
 | 
			
		||||
	Created       time.Time
 | 
			
		||||
	Title         string
 | 
			
		||||
	Description   string
 | 
			
		||||
	Link          string
 | 
			
		||||
	EncURL        string
 | 
			
		||||
	EncLength     int
 | 
			
		||||
	EncType       string
 | 
			
		||||
	Published     bool
 | 
			
		||||
	Rejected      bool
 | 
			
		||||
	ID            int64
 | 
			
		||||
	AuthorID      int64
 | 
			
		||||
	IssueID       int64
 | 
			
		||||
	EncLength     int
 | 
			
		||||
	Published     bool
 | 
			
		||||
	Rejected      bool
 | 
			
		||||
	IsInIssue     bool
 | 
			
		||||
	AutoGenerated bool
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user