feat: 修改 .gitignore

This commit is contained in:
zhengkunwang223
2023-03-10 10:46:26 +08:00
committed by zhengkunwang223
parent 455d4117e7
commit 3d9ad16ae6
3 changed files with 217 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
package web
import "embed"
//go:embed index.html
var IndexHtml embed.FS
//go:embed assets/*
var Assets embed.FS
//go:embed index.html
var IndexByte []byte
//go:embed favicon.png
var Favicon embed.FS