How to use match multiple template directories?
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 314
- Forks
- 61
- Avg merge
- 4h 35m
- Merged PRs (30d)
- 12
Description
Using text/template standard library, I can use ParseGlob(". /app//views/.html") method to match files in multiple directories, but I don't know how to use it in gofiber/template
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 by comparing Go's text/template ParseGlob behavior with gofiber/template's template-loading entry points. Determine whether matching templates across multiple directories is already supported, and document the supported usage or limitation with a concrete example. Done means the issue has a clear answer for configuring multiple template directories.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100