master > master: code go - vereinfachte logging

This commit is contained in:
RD
2021-11-04 11:06:16 +01:00
parent 701032a109
commit 552c3197e8
20 changed files with 235 additions and 235 deletions

View File

@@ -89,6 +89,6 @@ func main() {
}
if err != nil {
logging.LogFatal(err)
logging.Fatal(err)
}
}