mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Run gofmt -s on source files
This commit is contained in:
		
				
					committed by
					
						
						Bjørn Erik Pedersen
					
				
			
			
				
	
			
			
			
						parent
						
							b6f44aaf1a
						
					
				
				
					commit
					d55af2abf0
				
			@@ -204,7 +204,7 @@ func (l *logger) Reset() {
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
//  NewLogger creates a new Logger for the given thresholds
 | 
			
		||||
// NewLogger creates a new Logger for the given thresholds
 | 
			
		||||
func NewLogger(stdoutThreshold, logThreshold jww.Threshold, outHandle, logHandle io.Writer, saveErrors bool) Logger {
 | 
			
		||||
	return newLogger(stdoutThreshold, logThreshold, outHandle, logHandle, saveErrors)
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user