1 Star 0 Fork 0

qhitc/gweb

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
static.go 132 Bytes
Copy Edit Raw Blame History
qhitc authored 2023-06-21 11:54 +08:00 . 完善架构
package static
import "embed"
// FS contains the static FS.
//
//go:embed static/* assets/* *.ico *.html
var FS embed.FS
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/qhitc_admin/gweb.git
git@gitee.com:qhitc_admin/gweb.git
qhitc_admin
gweb
gweb
v1.0.0

Search