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