mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +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
 | 
						|
}
 |