mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
10 lines
96 B
Go
10 lines
96 B
Go
//+build !go1.10
|
|
|
|
package xstrings
|
|
|
|
import "bytes"
|
|
|
|
type stringBuilder struct {
|
|
bytes.Buffer
|
|
}
|