We're logging to two places Logger() and fmt.Printf() - are they going to the same place (stdout)? If so, why use two separate calls.
Also, many of our error messages are focused on the implementation ("Failed to initialize dohicky") instead of the impact ("Failed to connect to google.com").
We're logging to two places
Logger()andfmt.Printf()- are they going to the same place (stdout)? If so, why use two separate calls.Also, many of our error messages are focused on the implementation ("Failed to initialize dohicky") instead of the impact ("Failed to connect to google.com").