//
pkg.gl
Category
github.com/lobaro/go-util
fileutil
package
0.3.0
Repository:
https://github.com/lobaro/go-util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
102 SLOC
#
Functions
Exists
No description provided by the author
MustExists
MustExists returns true only when file can be found.
NewWriter
No description provided by the author
OpenCreateAppend
No description provided by the author
OpenCreateTruncate
No description provided by the author
#
Structs
Writer
A file writer that opens the file on demand per default content is appended, later we might add other modes.