Open rickyshrestha opened 5 years ago
PRs are welcome.
@rickyshrestha are you taking this one? If not I would like to. I wanted to give it a try so I already have it fixed locally.
Hi, I have the same issue. Is there any status about this?
Thanks.
@markbates could you please allow me access to raise the PR.
@dpromanko I can raise it as soon as i have access. I got it fixed locally and been using that version.
You don’t need anything special to open a PR. fork it, fix it, and then open the PR.
Some of the repos that we import has ".go" in the file path. eg. https://github.com/nats-io/nats.go.
When using packr v2 to build packr parses the folder path as a file and reports error
".../nats.go" is a directory
.The issue is in
findAllGoFiles
injam/parser/finder.go
I am happy to raise a PR if you like