summaryrefslogtreecommitdiff
path: root/vendor/github.com/huandu/xstrings/stringbuilder_go110.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/huandu/xstrings/stringbuilder_go110.go')
-rw-r--r--vendor/github.com/huandu/xstrings/stringbuilder_go110.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/github.com/huandu/xstrings/stringbuilder_go110.go b/vendor/github.com/huandu/xstrings/stringbuilder_go110.go
deleted file mode 100644
index ccaa5aedd..000000000
--- a/vendor/github.com/huandu/xstrings/stringbuilder_go110.go
+++ /dev/null
@@ -1,10 +0,0 @@
-//go:build !go1.10
-// +build !go1.10
-
-package xstrings
-
-import "bytes"
-
-type stringBuilder struct {
- bytes.Buffer
-}