terraformDummyRepo2/vendor/github.com/huandu/xstrings/stringbuilder_go110.go
Malar Invention 00ebcd295e add vendor
2022-04-03 09:37:16 +05:30

9 lines
96 B
Go

//+build !go1.10
package xstrings
import "bytes"
type stringBuilder struct {
bytes.Buffer
}