mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-08 06:31:37 +00:00
And run them for a commit (needed to poke the go version in go.mod due to a dependency update needing at least go 1.17). Signed-off-by: William Douglas <william.douglas@intel.com>
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
|