Ignore tool files

This commit is contained in:
Zachary Yedidia
2021-08-21 18:07:43 -04:00
parent 3a97ce820c
commit fe3186ba9d
9 changed files with 15 additions and 39 deletions

View File

@@ -23,7 +23,7 @@ func shouldContinue() bool {
return false
}
text = strings.TrimRight(text, "\r\n")
text = strings.TrimRight(text, "\r\n")
return len(text) == 0 || strings.ToLower(text)[0] == 'y'
}