1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-13 14:07:20 +00:00

Upgrade xorm to v1.0.4 (#12694)

This commit is contained in:
Lunny Xiao
2020-09-03 09:58:04 +08:00
committed by GitHub
parent 702e98c5ec
commit 514201af5d
9 changed files with 56 additions and 57 deletions

View File

@ -27,4 +27,3 @@ func SplitNNoCase(s, sep string, n int) []string {
}
return strings.SplitN(s, s[idx:idx+len(sep)], n)
}