mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 08:03:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			125 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			125 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // +build !appengine,!js,!windows,aix
 | |
| 
 | |
| package logrus
 | |
| 
 | |
| import "io"
 | |
| 
 | |
| func checkIfTerminal(w io.Writer) bool {
 | |
| 	return false
 | |
| }
 | 
