mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 10:25:42 +00:00
8 lines
109 B
Go
8 lines
109 B
Go
//go:build go1.10
|
|
// +build go1.10
|
|
|
|
package xstrings
|
|
|
|
import "strings"
|
|
|
|
type stringBuilder = strings.Builder
|