
The Best Go Libraries For Reflection (9)
Discover the best Go libraries for Reflection! Find the perfect tools to streamline your development and boost productivity. From go-deepcopy to gpath, we've got you covered. Let the coding begin!
go-deepcopy
Fast deep copy library
gpath
Library to simplify access struct fields with Go's expression in reflection
goenum
A common enumeration struct based on generics and reflection that allows you to quickly define enumerations and use a set of useful default methods
copy
Package for fast copying structs of different types
Deepcopier
Simple struct copying for Go
gotype
Golang source code parsing, usage like reflect package
objwalker
Walk by go objects with reflection
reflectpro
Callers, copiers, getters and setters for go
reflectutils
Helpers for working with reflection: struct tag parsing; recursive walking; fill value from string