kennygrant / gohackernews

Golang News - curated links about the Go programming language
https://golangnews.com
MIT License
283 stars 42 forks source link

Error: Could not render template #17

Closed gnoirzox closed 7 years ago

gnoirzox commented 7 years ago

Hi there,

I tried to set it up on my own but I am currently stuck on that bug on any view that should display a list of news.

Error:#error Could not render template stories/views/index.html.got - template: stories/views/row.html.got:2:19: executing "stories/views/row.html.got" at <.story.CanonicalURL>: can't evaluate field CanonicalURL in type interface {}

I can't figure out why this happens... Did you previously encounter that issue ?

Thanks,

gnoirzox

edit: fixed, I just forgot to update the dependency, sorry...

kennygrant commented 7 years ago

Cool, glad you worked it out. Any other problems/suggestions please file an issue.