1 Star 0 Fork 0

dongmingchao/decent-ft

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
files.go 433 Bytes
一键复制 编辑 原始数据 按行查看 历史
dongmingchao 提交于 2020-05-06 21:34 +08:00 . feat: add Search part 1
package caretaker
import (
"bytes"
resourcePool "gitee.com/dongmingchao/decent-ft/src/resource-pool"
"gitee.com/dongmingchao/decent-ft/src/utils"
)
func ReadStashFileByMark(mark string) bytes.Buffer {
return utils.ReadStashFile(mark, StashDir)
}
func ReadStashFile(f resourcePool.GFile) bytes.Buffer {
return f.ReadStash(StashDir)
}
func getLocateByHash(hash string) string {
return utils.GetLocateByHash(hash, StashDir)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dongmingchao/decent-ft.git
git@gitee.com:dongmingchao/decent-ft.git
dongmingchao
decent-ft
decent-ft
12c2aea4f977

搜索帮助