package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Nov 5, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DefaultDirFileMode = 0750
DefaultFileMode = 0644
DefaultExecFileMode = 0755
DefaultFileFlags = os.O_WRONLY | os.O_CREATE | os.O_TRUNC
)
type FileWriter struct {
Fs afero.Fs
}
FileWriter is a io wrapper to write files
WriteCloser returns a WriteCloser to write to given path
WriteFile write given content to the file path
Source Files
¶
Click to show internal directories.
Click to hide internal directories.