Documentation
¶
Index ¶
- func DD(v ...any)
- func Dump(v ...any)
- func DumpHTML(v ...any)
- func DumpJSON(v ...any)
- func FDump(w io.Writer, v ...any)
- func FDumpHTML(w io.Writer, v ...any)
- func FDumpJSON(w io.Writer, v ...any)
- func SDump(v ...any) string
- func SDumpHTML(v ...any) string
- func SDumpJSON(v ...any) string
- type FuncInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DD ¶ added in v1.16.0
func DD(v ...any)
DD is used to display detailed information about variables and then exit the program
func DumpHTML ¶ added in v1.16.0
func DumpHTML(v ...any)
DumpHTML is used to display detailed information about variables in HTML format
func DumpJSON ¶ added in v1.16.0
func DumpJSON(v ...any)
DumpJSON is used to display detailed information about variables in JSON format
func FDump ¶
FDump is used to display detailed information about variables to the specified io.Writer
func FDumpHTML ¶ added in v1.16.0
FDumpHTML is used to display detailed information about variables in HTML format to the specified io.Writer
func FDumpJSON ¶ added in v1.16.0
FDumpJSON is used to display detailed information about variables in JSON format to the specified io.Writer
Types ¶
type FuncInfo ¶ added in v1.16.0
func GetFuncInfo ¶ added in v1.16.0
func (*FuncInfo) PackageName ¶ added in v1.16.0
func (*FuncInfo) PackagePath ¶ added in v1.16.0
Click to show internal directories.
Click to hide internal directories.