No description
| .golangci.yml | ||
| example_test.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE.txt | ||
| README.md | ||
| structs.go | ||
| structs_test.go | ||
Structs - a simple struct helper
This aims to help walking structs without dealing too much with the insides of the powerful reflection package. But on the other hand it doesn't hide too much of the inside details, providing a high degree of flexibility.
For a simple usage verifying the elements of a structure, and optionally fix them: See this example.