Skip to content

Commit 2e506a7

Browse files
committed
update 排除go文件
1 parent 070e736 commit 2e506a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
)
2020

2121
// 内嵌资源目录指令
22-
//go:embed static pyutils
22+
//go:embed static pyutils/*[^.go]
2323
var local embed.FS
2424

2525
func init() {

0 commit comments

Comments
 (0)