in sandbox/ho11y/main.go [114:119]
func handleErr(err error, message string) { if err != nil { log.Error("%s: %v", message, err) os.Exit(1) } }