mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-24 13:58:12 -05:00
10 lines
96 B
Go
10 lines
96 B
Go
//+build !go1.10
|
|
|
|
package xstrings
|
|
|
|
import "bytes"
|
|
|
|
type stringBuilder struct {
|
|
bytes.Buffer
|
|
}
|