import "github.com/shurcooL/notificationsapp/assets"
Package assets contains assets for notificationsapp.
var Assets = func() http.FileSystem { mustUnmarshalTextTime := func(text string) time.Time { var t time.Time err := t.UnmarshalText([]byte(text)) if err != nil { panic(err) } return t } fs := vfsgen۰FS{ "/": &vfsgen۰DirInfo{ name: "/", modTime: mustUnmarshalTextTime("0001-01-01T00:00:00Z"), }, "/script.js": &vfsgen۰CompressedFileInfo{ name: "script.js", modTime: mustUnmarshalTextTime("2017-09-07T22:25:59.331266566Z"), uncompressedSize: 4822319, compressedContent: []byte("" /* 3480662 byte string literal not displayed */), }, "/style.css": &vfsgen۰CompressedFileInfo{ name: "style.css", modTime: mustUnmarshalTextTime("2017-09-07T20:21:14Z"), uncompressedSize: 1072, compressedContent: []byte("" /* 1866 byte string literal not displayed */), }, } fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/script.js"].(os.FileInfo), fs["/style.css"].(os.FileInfo), } return fs }()
Assets contains assets for notificationsapp.
Package assets imports 9 packages (graph) and is imported by 1 packages. Updated 2018-12-14. Refresh now. Tools for package owners.