pointerstructure
pointerstructure copied to clipboard
Go library for addressing and reading/writing a specific value within any Go structure using a string syntax.
Results
1
pointerstructure issues
Sort by
recently updated
recently updated
newest added
Thanks for your hard work on this great library! I'm wondering if there are plans to support setting a struct field via pointer? e.g. ```go type Config struct{ Email string...