mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 01:53:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			235 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			235 B
		
	
	
	
		
			Go
		
	
	
	
	
	
/*
 | 
						|
Package uniseg implements Unicode Text Segmentation according to Unicode
 | 
						|
Standard Annex #29 (http://unicode.org/reports/tr29/).
 | 
						|
 | 
						|
At this point, only the determination of grapheme cluster boundaries is
 | 
						|
implemented.
 | 
						|
*/
 | 
						|
package uniseg
 |