Documentation
¶
Index ¶
- func Errorf(format string, v ...interface{}) error
- func Fprint(w io.Writer, v ...interface{})
- func Fprintf(w io.Writer, format string, v ...interface{})
- func Fprintln(w io.Writer, v ...interface{})
- func Print(v ...interface{})
- func Printf(format string, v ...interface{})
- func Println(v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fprintf ¶
Fprintf wraps fmt.Fprintf and writes formatted output to the provided io.Writer, handling errors
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.