Log Every Error
by in Representative Line on 2019-04-25Tom C inherited some Go from another developer, and writes, “I’m pretty sick of finding this sort of stuff in this code.”
if log, err = dockerservice.GetLoggerInstance(); err != nil {
log.Err(fmt.Sprintf("Logger error: %v \n", err))
}