index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
reflect
/
reflect.go
Age
Commit message (
Expand
)
Author
11 days
all: apply go fix
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2024-12-28
lib/reflect: refactor the Equaler method Equal
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-04-13
lib/reflect: use doEqual inside IsEqual
Shulhan
2023-04-13
lib/reflect: add option to skip processing struct field in Do/IsEqual
Shulhan
2023-04-13
lib/reflect: remove the third return value from Marshal
Shulhan
2022-09-15
lib/reflect: remove prefix from returned error on DoEqual
Shulhan
2022-06-25
lib/reflect: add function Marshal
Shulhan
2022-06-24
lib/reflect: support excluding field using "-" on Tag
Shulhan
2022-06-08
lib/reflect: implement Set function to set reflect.Value by string
Shulhan
2022-06-05
lib/reflect: add function Unmarshal
Shulhan
2022-06-01
lib/reflect: add function Tag to simplify lookup on struct's field tag
Shulhan
2022-06-01
lib/reflect: cleanup codes and fix some comments
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-03-01
reflect: check using equal statement on IsNil
Shulhan
2020-11-23
test: refactoring Assert with better error message
Shulhan
2020-06-10
all: update email address
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-04-23
reflect: remove checking for method IsEqual on type reflect.Ptr
Shulhan
2020-03-26
all: fix and suppress linter warnings
Shulhan
2020-03-20
reflect: add function IsEqual that works with Equaler interface
Shulhan
2020-03-20
reflect: new package that extends the standard reflect
Shulhan