aboutsummaryrefslogtreecommitdiff
path: root/lib/reflect/example_test.go
AgeCommit message (Expand)Author
11 daysall: apply go fixShulhan
2025-01-23all: use for-range with numericShulhan
2025-01-23all: replace "interface{}" with "any"Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-04-13lib/reflect: change the package name in Example to have _test suffixShulhan
2023-04-13lib/reflect: add option to skip processing struct field in Do/IsEqualShulhan
2023-04-13lib/reflect: remove the third return value from MarshalShulhan
2022-06-25lib/reflect: add function MarshalShulhan
2022-06-24lib/reflect: simplify example using fmt.PrintlnShulhan
2022-06-24lib/reflect: support excluding field using "-" on TagShulhan
2022-06-08lib/reflect: implement Set function to set reflect.Value by stringShulhan
2022-06-07lib/reflect: rename example fileShulhan