package
0.0.0-20240313004613-cca87159d662
Repository: https://github.com/dickynovanto1103/golangexperiments.git
Documentation: pkg.go.dev

# Functions

oh, we cannot get numField from ptr value, it will panic oh I learnt that if we want to get field name, we cannot do reflect.ValueOf first, since it will return Value...we must do reflect.TypeOf such that it can return type.

# Structs

No description provided by the author