Documentation ¶
Overview ¶
Package fu provides "fmt utilities", helper functions for implementing fmt.Stringer and fmt.Formatter.
Index ¶
- func FRepr(w io.Writer, i interface{})
- func Format(i interface{}, f fmt.State, verb rune)
- func Fprint(w io.Writer, a ...interface{})
- func Fprintf(w io.Writer, format string, a ...interface{})
- func Repr(i interface{}) string
- func String(i interface{}) string
- func Write(w io.Writer, b []byte)
- func WriteFormattedValue(f fmt.State, i interface{})
- func WriteString(w io.Writer, s string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteFormattedValue ¶
func WriteString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.