renumber again
This commit is contained in:
@@ -40,8 +40,8 @@ func main() {
|
||||
indexNamesAll := strings.Split(string(indexBytes), "\n")
|
||||
indexNames := make([]string, 0)
|
||||
for _, indexName := range indexNamesAll {
|
||||
if (indexName !=) "" && !(indexName.Contains("#")) {
|
||||
indexNames := append(indexNames, indexName)
|
||||
if (indexName != "") && !strings.Contains(indexName, "#") {
|
||||
indexNames = append(indexNames, indexName)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user