mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 11:52:24 -05: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
 | |
| }
 |