vendor: revendor

This commit is contained in:
Holger Koser
2017-01-26 19:06:54 +01:00
parent e46f2ebe40
commit 27a1e9f1bd
2 changed files with 6 additions and 3 deletions

View File

@@ -84,6 +84,9 @@ func (a attrsByKey) Less(i, j int) bool {
if a[i].Space == "" && a[i].Key == "xmlns" {
return true
}
if a[j].Space == "" && a[j].Key == "xmlns" {
return false
}
if a[i].Space == "xmlns" {
if a[j].Space == "xmlns" {