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
Simple example of issue: https://go.dev/play/p/_m3Kp_3nfV7
I am basically trying to find a way of using the value from a parameter as the name of another parameter to get its value.
Any ideas?
Was thinking about a custom function but started getting a bit messy in my head. Kind of just checking that there isnt a way to do this natively?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hmm, this seems to work but was hoping for something more elegant:
https://go.dev/play/p/Ww4neCZUUsV
Sorry, something went wrong.
No branches or pull requests
Simple example of issue:
https://go.dev/play/p/_m3Kp_3nfV7
I am basically trying to find a way of using the value from a parameter as the name of another parameter to get its value.
Any ideas?
Was thinking about a custom function but started getting a bit messy in my head. Kind of just checking that there isnt a way to do this natively?
Thanks in advance
The text was updated successfully, but these errors were encountered: