You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an errors struct with a Get(string) []string method which I would like to use directly in the template. But I can't manage to pass an argument to that method.
Other methods without an argument work (e.g. Key() []string).
The text was updated successfully, but these errors were encountered:
Expected Behavior
Actual Behavior
Detailed Description
I have an errors struct with a
Get(string) []string
method which I would like to use directly in the template. But I can't manage to pass an argument to that method.Other methods without an argument work (e.g.
Key() []string
).The text was updated successfully, but these errors were encountered: