mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-07 00:26:54 +01: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
|
|
}
|