mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-02 07:20:00 +00:00
fd8a724e77
* bump go swagger version * bump swagger version
11 lines
116 B
Go
11 lines
116 B
Go
//go:build !go1.10
|
|
// +build !go1.10
|
|
|
|
package xstrings
|
|
|
|
import "bytes"
|
|
|
|
type stringBuilder struct {
|
|
bytes.Buffer
|
|
}
|