Documentation
¶
Index ¶
- func Errorf(format string, args ...interface{}) error
- func Fprint(w io.Writer, args ...interface{}) (int, error)
- func Fprintf(w io.Writer, format string, args ...interface{}) (int, error)
- func Fprintln(w io.Writer, args ...interface{}) (int, error)
- func PassThrough(x interface{}, f fmt.State, c rune)
- func Print(args ...interface{}) (int, error)
- func Printf(format string, args ...interface{}) (int, error)
- func Println(args ...interface{}) (int, error)
- func Sprint(args ...interface{}) string
- func Sprintf(format string, args ...interface{}) string
- func Sprintln(args ...interface{}) string
- type Formatter
- type GoStringer
- type State
- type Stringer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PassThrough ¶
Types ¶
type GoStringer ¶
type GoStringer = fmt.GoStringer
Click to show internal directories.
Click to hide internal directories.