package
0.0.0-20231208061952-f10d33120ced
Repository: https://github.com/liguoqinjim/go-labs.git
Documentation: pkg.go.dev
# README
append
NOTICE
- 要使用
OpenFile
,参数为os.O_CREATE|os.O_APPEND|os.O_WRONLY
,这样的话没有这个文件的时候会创建文件
OpenFile
,参数为os.O_CREATE|os.O_APPEND|os.O_WRONLY
,这样的话没有这个文件的时候会创建文件