mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-04 08:52:26 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			109 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			109 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//go:build go1.10
 | 
						|
// +build go1.10
 | 
						|
 | 
						|
package xstrings
 | 
						|
 | 
						|
import "strings"
 | 
						|
 | 
						|
type stringBuilder = strings.Builder
 |