Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
func OpenAppendMustNotExist ¶
OpenAppendMustNotExist 追加打开文件,文件不存在创建,文件已存在就报错
func OpenMustNotExist ¶
OpenMustNotExist 打开文件,文件不存在创建,文件已存在就报错
func (*File) WriteNotClose ¶ added in v0.2.30
WriteNotClose 不关闭写入
Click to show internal directories.
Click to hide internal directories.