assetfs.go feat(spa): fallback for single page applications Feb 7, 2018 doc.go Use the currently maintained version of "go-bindata" Oct 28, 2019 go.mod added makefile for builds Dec 23, 2020 README BSD-2-Clause license go-bindata-assetfs ...
go-bindata-assetfs/assetfs.go RawNormal viewHistory 100644175 lines (152 sloc)3.91 KB utility to serve static content embedded by go-bindata Jul 13, 2014 1 packageassetfs 2 3 import( 4 "bytes" 5 "errors" 6 "io" 7 "io/ioutil" ...
static.go init 10年前 README #binfs_webgo-bindata-assetfs打包static和template,实现单文件的web项目 简介 go-bindata-assetfs打包static和template,实现单文件的web项目 暂无标签 Go 发行版 暂无发行版 binfs_web 开源评估指数 生产力 创新力 稳健性 ...
The tool will create abindata_assetfs.gofile, which contains the embedded data. A typical use case is $ go-bindata-assetfs data/... Using assetFS in your code The generated file provides anassetFS()function that returns ahttp.Filesystemwrapping the embedded files. What you usually wan...