mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-16 18:42:34 -04:00
8 lines
90 B
Go
8 lines
90 B
Go
//+build go1.10
|
|
|
|
package xstrings
|
|
|
|
import "strings"
|
|
|
|
type stringBuilder = strings.Builder
|