Users + Nuts + Sauce

This commit is contained in:
daru
2022-04-14 00:33:38 +02:00
parent 1bf126afa4
commit cf70db1f96
9 changed files with 190 additions and 32 deletions

View File

@@ -18,5 +18,10 @@ func Arbeiten() {
color.Errorln(err.Error())
}
}
err = DbClean()
if err != nil {
color.Errorln(err.Error())
}
}
}