Documentation
¶
Index ¶
- func Cat(file string, trim bool, fallbackFiles ...string) string
- func FlagAppend(o *options)
- func FlagRw(o *options)
- func FlagTrunc(o *options)
- func FlagWo(o *options)
- func Nop(w *os.File) error
- func OpenRead(name string, process Process, options ...Option) (err error)
- func OpenWrite(name string, process Process, options ...Option) (err error)
- func WalkDir(root string, fn func(path string, d fs.DirEntry) error) error
- type Option
- type Process
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*options)
Option 创建文件时候的选项
Click to show internal directories.
Click to hide internal directories.