in try_dax.go [256:260]
func writeVerbose(o interface{}) { if verbose != nil && *verbose { os.Stdout.WriteString(fmt.Sprintf("%v\n", o)) } }