This commit is contained in:
z1glr
2025-12-08 20:38:20 +01:00
parent 0cf3fb738c
commit 8da2c12663
3 changed files with 55 additions and 47 deletions

View File

@@ -24,9 +24,5 @@ func ReadFileRows(test bool) []string {
rows := strings.Split(cont, "\n")
for ii, rr := range rows {
rows[ii] = strings.TrimSpace(rr)
}
return rows
}