Fix minor linting issues

This commit is contained in:
2023-03-16 19:59:04 +01:00
parent 5c4ac4a3ee
commit eb200ddd81
2 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@ func main() {
fmt.Print(o)
os.Exit(0)
} else if err != nil {
fmt.Print(err)
fmt.Println(err)
os.Exit(1)
}