Sfoglia il codice sorgente

修改 模块配置

钟志权 1 anno fa
parent
commit
48a287c512
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      knife4gin/knife4gin.go

+ 1 - 1
knife4gin/knife4gin.go

@@ -10,7 +10,7 @@ import (
 	"strings"
 )
 
-//go:embed front/
+//go:embed front
 var front embed.FS
 
 type Option struct {