My go app that uses embed with wildcard fails to build #2849
Unanswered
daisukixci
asked this question in
Q&A
Replies: 1 comment 9 replies
-
I encountered this problem awhile ago too. My Wails app had sat for several months and when I came back to it after updating all of my dependencies, including Wails, the wildcard stopped working. I was able to get around it but it is certainly undesired. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I started using Wails for an application, but I have an issue regarding embedding files (others than the static for the webapp) when there is a wildcard in the embed directive.
My tree looks like
fs.go contains
When trying to run
wails dev
, I getAnd I see that
backend/check/checks/*/
is created and contains:Am I doing something wrong ? Could it be a bug ? I feel like it is related to the wildcard usage as when removed it does work
Thanks for time and help
Beta Was this translation helpful? Give feedback.
All reactions