mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2024-11-28 18:08:54 +03:00
fd8a724e77
* bump go swagger version * bump swagger version
8 lines
109 B
Go
8 lines
109 B
Go
//go:build go1.10
|
|
// +build go1.10
|
|
|
|
package xstrings
|
|
|
|
import "strings"
|
|
|
|
type stringBuilder = strings.Builder
|