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 tested my example against Shopify Liquid. (This isn't necessary if the actual behavior is a panic, or an error for which IsTemplateError returns false.)
Detailed Description
I want to be able to use liquid on structs from other packages, where I have no control over the struct tags. Specifically I'd like to use the json tag.
Checklist
IsTemplateError
returns false.)Detailed Description
I want to be able to use liquid on structs from other packages, where I have no control over the struct tags. Specifically I'd like to use the
json
tag.Possible Solution
Amend the
tagKey
constant to be an exported var:liquid/values/structvalue.go
Line 66 in d27c839
The text was updated successfully, but these errors were encountered: