package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Apr 19, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Dump(v ...interface{})
Dump is used to display detailed information about variables
And this is a wrapper around spew.Dump.
func FDump(w io.Writer, v ...interface{})
FDump is used to display detailed information about variables to the specified io.Writer
And this is a wrapper around spew.Fdump.
func SDump(v ...interface{}) string
SDump is used to display detailed information about variables as a string,
And this is a wrapper around spew.Sdump.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.