-
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] slice bounds out of range [-1:] #95
Labels
Comments
Debugging it i noticed there is a |
2 tasks
AlexVulaj
pushed a commit
that referenced
this issue
Sep 22, 2023
github-project-automation
bot
moved this from 📋 Backlog
to ✅ Done
in Gorilla Web Toolkit
Sep 22, 2023
Bios-Marcel
pushed a commit
to Bios-Marcel/feeds
that referenced
this issue
Apr 27, 2024
## What type of PR is this? (check all applicable) - [x] Bug Fix ## Description Check for nil link in feed to avoid runtime panic ## Related Issue - Closes gorilla#95 ## Added/updated tests? - [x] Yes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I started with a simple example:
At the command
atom, err := feed.ToAtom()
I get the following error:The text was updated successfully, but these errors were encountered: