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
to operate function i use reflect with map like this
var funcs = map[string]interface{}{ "func1": myfunc, }
and use it reflect.ValueNoEscapeOf(funcs["func1"])
reflect.ValueNoEscapeOf(funcs["func1"])
However i cant get right result and return the null pointer All of these codes when use reflect is running successful
The text was updated successfully, but these errors were encountered:
No branches or pull requests
to operate function i use reflect with map like this
and use it
reflect.ValueNoEscapeOf(funcs["func1"])
However i cant get right result and return the null pointer
All of these codes when use reflect is running successful
The text was updated successfully, but these errors were encountered: