We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c769d commit eb99b22Copy full SHA for eb99b22
error_handling/driver/driver.go
@@ -11,7 +11,7 @@ import (
11
func main() {
12
// This says that set a prefix everytime you land in an error
13
log.SetPrefix("######====> ")
14
- // This disables ot
+ // This disables other info while we get errors like timestamp and all
15
log.SetFlags(0)
16
17
message, error := car.StartCar("")
0 commit comments