mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-02-14 02:30:37 +01:00
9 lines
109 B
Go
9 lines
109 B
Go
//go:build go1.10
|
|
// +build go1.10
|
|
|
|
package xstrings
|
|
|
|
import "strings"
|
|
|
|
type stringBuilder = strings.Builder
|