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:
+8
@@ -0,0 +1,8 @@
|
||||
//go:build go1.10
|
||||
// +build go1.10
|
||||
|
||||
package xstrings
|
||||
|
||||
import "strings"
|
||||
|
||||
type stringBuilder = strings.Builder
|
||||
Reference in New Issue
Block a user