package
0.0.0-20240615164402-742bdff4c8c2
Repository: https://github.com/naive-x/utils.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) ..