Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dump ¶
func Dump(v ...any)
Dump dumps the given values. It is a wrapper for spew.Dump(https://github.com/davecgh/go-spew) This is useful for debugging.
func Fdump ¶
Fdump the given values to the given writer. It's a wrapper for spew.Fdump(https://github.com/davecgh/go-spew) This is useful for debugging.
func Sdump ¶
Sdump the given values and returns the result. It's a wrapper for spew.Sdump(https://github.com/davecgh/go-spew) This is useful for debugging.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.