mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-24 02:32:17 +08:00
fix fmt error
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
412571aa3c
commit
8929e62f4c
@ -10,23 +10,23 @@ var _Assetsbfa8d115ce0617d89507412d5393a462f8e9b003 = "<!doctype html>\n<body>\n
|
|||||||
var _Assets3737a75b5254ed1f6d588b40a3449721f9ea86c2 = "<!doctype html>\n<body>\n <p>Hello, {{.Foo}}</p>\n</body>\n"
|
var _Assets3737a75b5254ed1f6d588b40a3449721f9ea86c2 = "<!doctype html>\n<body>\n <p>Hello, {{.Foo}}</p>\n</body>\n"
|
||||||
|
|
||||||
// Assets returns go-assets FileSystem
|
// Assets returns go-assets FileSystem
|
||||||
var Assets = assets.NewFileSystem(map[string][]string{"/": []string{"html"}, "/html": []string{"bar.tmpl", "index.tmpl"}}, map[string]*assets.File{
|
var Assets = assets.NewFileSystem(map[string][]string{"/": {"html"}, "/html": {"bar.tmpl", "index.tmpl"}}, map[string]*assets.File{
|
||||||
"/": &assets.File{
|
"/": {
|
||||||
Path: "/",
|
Path: "/",
|
||||||
FileMode: 0x800001ed,
|
FileMode: 0x800001ed,
|
||||||
Mtime: time.Unix(1524365491, 1524365491290127693),
|
Mtime: time.Unix(1524365491, 1524365491290127693),
|
||||||
Data: nil,
|
Data: nil,
|
||||||
}, "/html": &assets.File{
|
}, "/html": {
|
||||||
Path: "/html",
|
Path: "/html",
|
||||||
FileMode: 0x800001ed,
|
FileMode: 0x800001ed,
|
||||||
Mtime: time.Unix(1524365491, 1524365491289799093),
|
Mtime: time.Unix(1524365491, 1524365491289799093),
|
||||||
Data: nil,
|
Data: nil,
|
||||||
}, "/html/bar.tmpl": &assets.File{
|
}, "/html/bar.tmpl": {
|
||||||
Path: "/html/bar.tmpl",
|
Path: "/html/bar.tmpl",
|
||||||
FileMode: 0x1a4,
|
FileMode: 0x1a4,
|
||||||
Mtime: time.Unix(1524365491, 1524365491289611557),
|
Mtime: time.Unix(1524365491, 1524365491289611557),
|
||||||
Data: []byte(_Assetsbfa8d115ce0617d89507412d5393a462f8e9b003),
|
Data: []byte(_Assetsbfa8d115ce0617d89507412d5393a462f8e9b003),
|
||||||
}, "/html/index.tmpl": &assets.File{
|
}, "/html/index.tmpl": {
|
||||||
Path: "/html/index.tmpl",
|
Path: "/html/index.tmpl",
|
||||||
FileMode: 0x1a4,
|
FileMode: 0x1a4,
|
||||||
Mtime: time.Unix(1524365491, 1524365491289995821),
|
Mtime: time.Unix(1524365491, 1524365491289995821),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user