mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			159 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			159 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//go:build appengine
 | 
						|
// +build appengine
 | 
						|
 | 
						|
package runewidth
 | 
						|
 | 
						|
// IsEastAsian return true if the current locale is CJK
 | 
						|
func IsEastAsian() bool {
 | 
						|
	return false
 | 
						|
}
 |