package
0.1.8
Repository: https://github.com/sagoo-cloud/nexframe.git
Documentation: pkg.go.dev

# Functions

Dump prints variables `values` to stdout with more manually readable.
DumpJson pretty dumps json content to stdout.
DumpTo writes variables `values` as a string in to `writer` with more manually readable.
DumpWithOption returns variables `values` as a string with more manually readable.
DumpWithType acts like Dump, but with type information.

# Structs

DumpOption specifies the behavior of function Export.