package
0.0.0-20241113112105-d5176070b8d9
Repository: https://github.com/ortizdavid/go-nopain.git
Documentation: pkg.go.dev

# README

reflection

Package for refection handling

Features

  • Var dump

# Functions

No description provided by the author
CountTypes counts the occurrences of different types among the provided elements.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InspectStruct prints information about the given object, including its kind, type, name, attributes, and public methods.
InspectStructFields prints information about the fields of the given object, including their names, values, and kinds.
VarDump prints the type and value of multiple variables.