mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-05 02:18:12 +00:00
7 lines
90 B
Go
7 lines
90 B
Go
//+build go1.10
|
|
|
|
package xstrings
|
|
|
|
import "strings"
|
|
|
|
type stringBuilder = strings.Builder
|