gotosocial/vendor/github.com/huandu/xstrings/stringbuilder_go110.go
tobi fd8a724e77
[chore] Bump go swagger (#2871)
* bump go swagger version

* bump swagger version
2024-04-26 11:31:10 +02:00

10 lines
116 B
Go

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