//
pkg.gl
Category
github.com/vnhacker1337/go-toolkit
structs
package
1.0.5
Repository:
https://github.com/vnhacker1337/go-toolkit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
25 SLOC
#
Functions
Walk
Walk traverses a struct and executes a callback function on each field in the struct.
#
Type aliases
CallbackFunc
CallbackFunc on the struct field example: structValue := reflect.ValueOf(s) ..