-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
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
Unable to decode hcl file data #184
Comments
Please share the code you're trying with sample HCL data. |
#########################################
I am trying to upgrade api version in my code from v0.15.0 to v1.4.4 getting error of "Failure to unmarshall source project languages 3". HCL file data |
HCL file data
|
ERROR 1 |
getting error -
|
I really need help to resolve this issue |
Looks like you have custom types such as |
Please edit the code sample in your post with backticks so that they're formatted and readable. |
This test case is working file. Can you check now ? |
Sorry, I am unable to figure out what's going on. This test case has nothing to do with koanf or mapstructure unmarshalling, right?
The error clearly says that custom type |
encoding Text(Un)marshaller needs to bevimplemented for custom types. |
I am using unmarshalwithconf to decode hcl file data. ( composing multiple decodehookFunc)
But getting error to decode []map[string]interface{} data.
Anyone can help ?
The text was updated successfully, but these errors were encountered: