-
Notifications
You must be signed in to change notification settings - Fork 149
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
[bug] Panic when non-obligatory link field is not given to item #97
Comments
I also ran into this problem today. When adding an empty Link element, it does not panic: if item.Link == nil {
item.Link = &feeds.Link{}
} However, you end up with an empty But nevertheless, this error should at least be returned by |
I agree with you @Gumkle that the |
There is already an MR for it here: #96 |
@Gumkle please close the issue. MR is merged |
Okay, didn't check it because I don't have time right now, but believe you it's ok. Closing issue now. Thank you for discussion. |
Describe the bug
Versions
…
Steps to Reproduce
Expected behavior
…
Code Snippets
…
The text was updated successfully, but these errors were encountered: