Go的简单文件嵌入器-Golang开发

时间:2024-06-15 09:27:20
【文件属性】:

文件名称:Go的简单文件嵌入器-Golang开发

文件大小:1.36MB

文件格式:ZIP

更新时间:2024-06-15 09:27:20

Golang Resource Embedding

esc esc将文件嵌入到go程序中,并为它们提供http.FileSystem接口。 它将所有指定文件或文件以递归方式添加到指定路径下的指定目录下。 输出文件提供一个http.FileSystem int esc esc将文件嵌入到go程序中,并为它们提供http.FileSystem接口。 它将所有指定文件或文件以递归方式添加到指定路径下的指定目录下。 输出文件提供了一个http.FileSystem接口,该接口对标准库外部的包的依赖性为零。 安装go get -u github.com/mjibson/esc用法esc [flag] [name ...]标志是:-o =“”输出文件名,默认为stdout -pkg =“ main”输出文件的包名,默认为main -pre


【文件预览】:
esc-master
----.travis.yml(367B)
----testdata()
--------README.txt(930B)
--------elements.html(21KB)
--------images()
--------assets()
--------index.html(9KB)
--------empty.expect(5KB)
--------empty()
--------generic.html(6KB)
--------LICENSE.txt(17KB)
----example()
--------static.go(897KB)
--------static_test.go(6KB)
--------main.go(350B)
----doc.go(2KB)
----LICENSE(1KB)
----embed()
--------embed.go(11KB)
--------embed_test.go(142KB)
----main.go(1KB)
----README.md(2KB)

网友评论