We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070e736 commit 2e506a7Copy full SHA for 2e506a7
app.go
@@ -19,7 +19,7 @@ const (
19
)
20
21
// 内嵌资源目录指令
22
-//go:embed static pyutils
+//go:embed static pyutils/*[^.go]
23
var local embed.FS
24
25
func init() {
0 commit comments