mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-12 00:13:04 +01:00
8 lines
90 B
Go
8 lines
90 B
Go
|
//+build go1.10
|
||
|
|
||
|
package xstrings
|
||
|
|
||
|
import "strings"
|
||
|
|
||
|
type stringBuilder = strings.Builder
|