Versions in this module Expand all Collapse all v0 v0.2.1 Aug 7, 2023 Changes in this version + func Format(vs ...any) string + func FormatN(vs ...any) string + func Fprint(w io.Writer, vs ...any) + func P(vs ...any) + func Print(vs ...any) + func Println(vs ...any) + func V(vs ...any) + type KDumper dump.Dumper + func New() KDumper + func (d KDumper) Dump(vs ...any) + func (d KDumper) Format(vs ...any) string + func (d KDumper) FormatN(vs ...any) string + func (d KDumper) Fprint(w io.Writer, vs ...any) + func (d KDumper) Print(vs ...any) + func (d KDumper) Println(vs ...any) + func (d KDumper) WithCallerSkip(callerSkip int) KDumper + func (d KDumper) WithColorTheme(theme dump.Theme) KDumper + func (d KDumper) WithIndentChar(char byte) KDumper + func (d KDumper) WithIndentLen(indentLen int) KDumper + func (d KDumper) WithMaxDepth(depth int) KDumper + func (d KDumper) WithNoColor() KDumper + func (d KDumper) WithNoType() KDumper + func (d KDumper) WithOutput(output io.Writer) KDumper + func (d KDumper) WithShowFlag(flag int) KDumper