-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Enhancing RepositoryContent Struct for SubmoduleGitURL support in github/repos_contents.go #2877
Comments
@ArisBee - from what I can tell, it looks like you did exactly the right thing... so I'm going to take a look at the upstream usage of Oh, and welcome to Go! Feel free to make PRs to improve this repo. 😄 |
I believe I found the cause of the panic and commented here: As for |
Thank you for looking into it @gmlewis, if my changes to |
Hello,
A few weeks ago, I came across an issue while running a project built atop
go-github
. My goal was to iterate over a GitHub Submodule folder, but it became evident thatgo-github
might need to parse more elements from the GitHub API.I've made an attempt to adjust this, but unfortunately, it didn't work. Here are the error logs:
Since I've never coded in Go before, there's a chance I might have missed something essential on my working branch. Do you perhaps have insights or suggestions?
The text was updated successfully, but these errors were encountered: