terraform-provider-gitea/vendor/github.com/huandu/xstrings/stringbuilder_go110.go

10 lines
96 B
Go
Raw Permalink Normal View History

2022-04-03 04:07:16 +00:00
//+build !go1.10
package xstrings
import "bytes"
type stringBuilder struct {
bytes.Buffer
}