switch to go vendoring
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
//+build !go1.10
|
||||
|
||||
package xstrings
|
||||
|
||||
import "bytes"
|
||||
|
||||
type stringBuilder struct {
|
||||
bytes.Buffer
|
||||
}
|
||||
Reference in New Issue
Block a user