mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-03 19:52:24 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//go:build !go1.10
 | 
						|
// +build !go1.10
 | 
						|
 | 
						|
package xstrings
 | 
						|
 | 
						|
import "bytes"
 | 
						|
 | 
						|
type stringBuilder struct {
 | 
						|
	bytes.Buffer
 | 
						|
}
 |