@ -114,7 +114,7 @@ func (f *fileOperate) SetOpenFlag(flagList ...int) *fileOperate {
func (f *fileOperate) SetClearHasContentForWrite() *fileOperate {
f.clearHasContent = true
f.openFlag = f.openFlag | os.O_TRUNC
return nil
return f
}
// Create 创建文件
The note is not visible to the blocked user.