26 Star 102 Fork 23

shxsun/gohttpserver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
res_bindata.go 305 Bytes
一键复制 编辑 原始数据 按行查看 历史
codeskyblue 提交于 2016-07-28 15:24 . add ipa qrcode generate support
// +build bindata
package main
import (
"log"
"net/http"
)
func init() {
http.Handle("/-/res/", http.StripPrefix("/-/res/", http.FileServer(assetFS())))
for name, path := range templates {
data, err := Asset(path)
if err != nil {
log.Fatal(err)
}
ParseTemplate(name, string(data))
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/shxsun/gohttpserver.git
[email protected]:shxsun/gohttpserver.git
shxsun
gohttpserver
gohttpserver
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385