Updated go.mod

This commit is contained in:
Caleb Gardner
2020-11-07 01:01:58 -06:00
parent d2e91baa6b
commit b20de4f1d6
3 changed files with 10 additions and 29 deletions
+1
View File
@@ -182,6 +182,7 @@ func processApp(fold string) (out app) {
if portableHide {
out.name = strings.TrimSuffix(out.name, "Portable")
}
out.name = strings.TrimSpace(out.name)
return
}