mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2025-01-02 06:17:22 +03:00
10 lines
96 B
Go
10 lines
96 B
Go
|
//+build !go1.10
|
||
|
|
||
|
package xstrings
|
||
|
|
||
|
import "bytes"
|
||
|
|
||
|
type stringBuilder struct {
|
||
|
bytes.Buffer
|
||
|
}
|