8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fix error when setting wrong struct field type
fix unexported anonymous field being included in struct field list bug introduced in 3c25e10
support unexported anonymous fields
disallow setting ambiguous fields when using embedded structs
use nil pointer in initializing refTypeLStatePtr
hide NewType metatable
use reflect.MapIter in Go 1.12 for map iteration
remove unneeded blank line in example
remove getMetatableFromValue
simplify index creation in addFields