Documentation ¶
Index ¶
- func Print(w io.Writer, i interface{}) (int, error)
- func PrintBool(w io.Writer, b bool) (int, error)
- func PrintFloat(w io.Writer, f float64) (int, error)
- func PrintFloatPrecision(dst io.Writer, val float64, prec int) (int, error)
- func PrintInt(w io.Writer, i int64) (int, error)
- func PrintPtr(w io.Writer, i interface{}) (int, error)
- func PrintString(ww io.Writer, st string) (c int, err error)
- func PrintUint(w io.Writer, i uint64) (int, error)
- func PrintValue(w io.Writer, v reflect.Value) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintFloatPrecision ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.