# Functions
Error prints `v` with newline using fmt.Println.
Errorf prints `v` with format `format` using fmt.Printf.
ErrorFunc prints the output from function `f`.
Print prints `v` with newline using fmt.Println.
Printf prints `v` with format `format` using fmt.Printf.
PrintFunc prints the output from function `f`.