cmd/vet: handle embedded fields in structtags check #8205
Milestone
Comments
What's the status of this issue? The two referenced issues are closed and Go 1.4 has long passed. |
The change that @josharian is referring to is https://golang.org/cl/91010047 (this is why you should also use CL numbers, not specific revision references). As far as I can see nothing has changed, and this issue has not been addressed. Currently the test ignores embedded types. It should probably walk through the fields of embedded types recursively. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: