You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matches for empty directories are ignored. After that, each pattern in a //go:embed line must match at least one file or non-empty directory.
If any patterns are invalid or have invalid matches, the build will fail.
When running make in idpbuilder, the /pkg/controllers/resources directory is generated. But when requiring idpbuilder in another project, the build fails without the generated directory.
The text was updated successfully, but these errors were encountered:
Running into the error:
pattern resources/*.yaml: no matching files found
when usinggo build
.Referenced line is in /pkg/controllers/crd.go.
From the go embed documentation:
When running
make
in idpbuilder, the/pkg/controllers/resources
directory is generated. But when requiring idpbuilder in another project, the build fails without the generated directory.The text was updated successfully, but these errors were encountered: