package
0.0.0-20210426105106-098cde10e9b5
Repository: https://github.com/nguyenhoaiphuong/go-web-dev.git
Documentation: pkg.go.dev

# Functions

TestT1 : reflect.TypeOf and reflect.ValueOf, reflect.KindOf.
TestT2 : reflect.Value 's methods Type(), Kind().
TestT3 : Settability & modify reflect.Value.
TestT4 : settabilities of a struct 's fields value.
TestT5 : modify value of struct 's fields.