aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/huandu/xstrings/stringbuilder.go
blob: bb0919d32f77d6cd0bda36bb46a83c081ee81d71 (plain)
1
2
3
4
5
6
7
//+build go1.10

package xstrings

import "strings"

type stringBuilder = strings.Builder