Reflection
Deepcopier456

Simple struct copying for Go.

gotype62

Golang source code parsing, usage like reflect package.

copy49

Package for fast copying structs of different types.

gpath40

Library to simplify access struct fields with Go's expression in reflection.

go-deepcopy38

Fast deep copy library.

goenum12

A common enumeration struct based on generics and reflection that allows you to quickly define enumerations and use a set of useful default methods.

reflectutils8

Helpers for working with reflection: struct tag parsing; recursive walking; fill value from string.

objwalker3

Walk by go objects with reflection.