stringbuilder.go 90 B

1234567
  1. //+build go1.10
  2. package xstrings
  3. import "strings"
  4. type stringBuilder = strings.Builder