Merged in feature/semver (pull request #93)
Add semantic versioning to all services * working * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/semver * 1.24 mod * go upgrade * tool * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/semver
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
//go:build !go1.10
|
||||
// +build !go1.10
|
||||
|
||||
package xstrings
|
||||
|
||||
import "bytes"
|
||||
|
||||
type stringBuilder struct {
|
||||
bytes.Buffer
|
||||
}
|
||||
Reference in New Issue
Block a user