Home | History | Annotate | Download | only in exec

Lines Matching refs:Printf

26 	fmt.Printf("fortune is available at %s\n", path)
38 fmt.Printf("in all caps: %q\n", out.String())
57 fmt.Printf("The date is %s\n", out)
62 log.Printf("Running command and waiting for it to finish...")
64 log.Printf("Command finished with error: %v", err)
73 log.Printf("Waiting for command to finish...")
75 log.Printf("Command finished with error: %v", err)
97 fmt.Printf("%s is %d years old\n", person.Name, person.Age)
117 fmt.Printf("%s\n", out)
132 fmt.Printf("%s\n", slurp)
145 fmt.Printf("%s\n", stdoutStderr)