footprint:从集中位置管理应用程序中的文件

时间:2024-05-09 10:01:05
【文件属性】:

文件名称:footprint:从集中位置管理应用程序中的文件

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-09 10:01:05

Go

脚印 足迹是一个软件包,它允许在应用程序中以集中形式管理文件。 该项目的实际结构受到CRUX的端口系统以及其中的.footprint文件的.footprint 。 目前,我仅实现了将文件添加到跟踪器并相应地进行格式化,其余的取决于测试而定。 安装 go get github.com/johnaoss/footprint 用法 package main import ( "os" "fmt" "github.com/johnaoss/footprint" ) func main () { // The zero value of the footprint is valid. fp := new (footprint. List ) // We now create a temporary file, and parse it into an Entry


【文件预览】:
footprint-master
----go.mod(46B)
----footprint_test.go(2KB)
----LICENSE.md(1KB)
----internal_test.go(855B)
----.github()
--------workflows()
----entry.go(1KB)
----README.md(1KB)
----footprint.go(4KB)

网友评论