mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2025-03-08 00:58:47 +03: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
|
|
}
|