mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2024-11-29 02:18:53 +03:00
8 lines
90 B
Go
8 lines
90 B
Go
|
//+build go1.10
|
||
|
|
||
|
package xstrings
|
||
|
|
||
|
import "strings"
|
||
|
|
||
|
type stringBuilder = strings.Builder
|