//
pkg.gl
Category
github.com/YiuTerran/leaf
util
fs
package
2.2.2+incompatible
Repository:
https://github.com/yiuterran/leaf.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
119 SLOC
#
Functions
Exists
判断所给路径文件/文件夹是否存在.
GetLastModifyTime
No description provided by the author
IsDir
判断所给路径是否为文件夹.
IsFile
判断所给路径是否为文件.
SaveFile
将给定文本保存为文件.
WatchConfigFiles
周期性监测文件变化,调用Parser的回调.
#
Structs
NeuteredFileSystem
加强版静态文件服务如果打开文件夹里面有index.html则返回内容,否则直接返回文件.
ParserMixIn
解析器的默认实现,用于嵌套.
#
Interfaces
IConfigParser
解析器需要实现的接口.