mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-05 10:28:12 +00:00
10 lines
96 B
Go
10 lines
96 B
Go
|
//+build !go1.10
|
||
|
|
||
|
package xstrings
|
||
|
|
||
|
import "bytes"
|
||
|
|
||
|
type stringBuilder struct {
|
||
|
bytes.Buffer
|
||
|
}
|