package
Version:
v0.18.0
Opens a new window with list of versions in this module.
Published: Mar 21, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
遍历访问指定文件夹下的文件
@param root 需要遍历访问的文件夹
@param recursive 是否递归访问子文件夹
@param suffix 指定文件名后缀进行过滤,如果为"",则不过滤
type LineRange struct {
From int
To int
}
行号范围
1表示首行,-1表示最后一行
@param path 带路径的文件名
@param info 文件的 os.FileInfo 信息
@param content 文件内容
@return 返回nil或者content原始内容,则不修改文件内容,返回其他内容,则会覆盖重写文件
Source Files
¶
Click to show internal directories.
Click to hide internal directories.