package
1.0.5
Repository: https://github.com/vnhacker1337/go-toolkit.git
Documentation: pkg.go.dev

# Functions

Walk traverses a struct and executes a callback function on each field in the struct.

# Type aliases

CallbackFunc on the struct field example: structValue := reflect.ValueOf(s) ..