//
pkg.gl
Category
github.com/dickynovanto1103/GolangExperiments
reflection
package
0.0.0-20240313004613-cca87159d662
Repository:
https://github.com/dickynovanto1103/golangexperiments.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
116 SLOC
#
Functions
UnmarshalJSON
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
Person
No description provided by the author