GeertJohan / GeertJohan/go.rice
Why are absolute paths not supported?
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 2.4k
- Forks
- 185
- PR merge metrics
- No merged PRs in 30d
Description
Why are absolute paths not supported? I've read the comment, but why can't you just pull in the files from a directory? I have frontend code that's in a different project/vcs and I'd like to just pull the built files when running my backend code.
https://github.com/GeertJohan/go.rice/blob/9fdfd46f9806a9228aae341d65ab75c5235c383c/box.go#L33
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with box.go at line 33 and read the surrounding handling of resource paths. Determine whether absolute paths can be supported for files from another project or VCS, then define the expected behavior and validation needed before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100