mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	golint fixed for modules/cron
This commit is contained in:
		@@ -16,6 +16,7 @@ import (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
var c = cron.New()
 | 
					var c = cron.New()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// NewContext begins cron tasks
 | 
				
			||||||
func NewContext() {
 | 
					func NewContext() {
 | 
				
			||||||
	var (
 | 
						var (
 | 
				
			||||||
		entry *cron.Entry
 | 
							entry *cron.Entry
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user