aboutsummaryrefslogtreecommitdiff
path: root/lib/reflect
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-12-28lib/reflect: refactor the Equaler method EqualShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-04-13lib/reflect: change the package name in Example to have _test suffixShulhan
2023-04-13lib/reflect: use doEqual inside IsEqualShulhan
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-09-15lib/reflect: remove prefix from returned error on DoEqualShulhan
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
2022-06-05lib/reflect: add function UnmarshalShulhan
2022-06-01lib/reflect: add function Tag to simplify lookup on struct's field tagShulhan
2022-06-01lib/reflect: cleanup codes and fix some commentsShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-08-25lib/reflect: make the IsNil tests to become an exampleShulhan
2021-03-01reflect: check using equal statement on IsNilShulhan
2020-11-23test: refactoring Assert with better error messageShulhan
2020-06-10all: update email addressShulhan
2020-06-06all: use default linter optionsShulhan
2020-04-23reflect: remove checking for method IsEqual on type reflect.PtrShulhan
2020-03-26all: fix and suppress linter warningsShulhan
2020-03-20reflect: add function IsEqual that works with Equaler interfaceShulhan
2020-03-20reflect: new package that extends the standard reflectShulhan