mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-19 07:37:40 +00:00
9 lines
109 B
Go
9 lines
109 B
Go
//go:build go1.10
|
|
// +build go1.10
|
|
|
|
package xstrings
|
|
|
|
import "strings"
|
|
|
|
type stringBuilder = strings.Builder
|