package
1.0.7
Repository: https://github.com/go-rat/utils.git
Documentation: pkg.go.dev

# Functions

Dump is used to display detailed information about variables And this is a wrapper around spew.Dump.
FDump is used to display detailed information about variables to the specified io.Writer And this is a wrapper around spew.Fdump.
SDump is used to display detailed information about variables as a string, And this is a wrapper around spew.Sdump.