mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 18:19:32 -05:00
* bump dependencies Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * bump reva and add config options Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> --------- Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
11 lines
116 B
Go
11 lines
116 B
Go
//go:build !go1.10
|
|
// +build !go1.10
|
|
|
|
package xstrings
|
|
|
|
import "bytes"
|
|
|
|
type stringBuilder struct {
|
|
bytes.Buffer
|
|
}
|