We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueOf(nil) is documented to return the zero Value. There is no declared behaviour for TypeOf(nil).
The text was updated successfully, but these errors were encountered:
Comment 1:
I can't see any test for TypeOf(nil) either.
Sorry, something went wrong.
Comment 2:
This issue was closed by revision 5337290.
Status changed to Fixed.
Comment 3:
This issue was closed by revision a67ec2f839a0.
[release-branch.go1] reflect: document and test TypeOf(nil)
8699014
««« backport 82aaf0925029 reflect: document and test TypeOf(nil) Fixes #3549. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6107047 »»»
No branches or pull requests
The text was updated successfully, but these errors were encountered: