package
0.0.0-20240223030422-19c4761de51a
Repository: https://github.com/skydarkstar/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) ..