Documentation ¶ Index ¶ func Touch(path string) error type TmpWriter func Make(path string) (TmpWriter, error) func (f *TmpWriter) Close() error func (f *TmpWriter) Len() int func (f *TmpWriter) Reset() error func (f *TmpWriter) Write(p []byte) (int, error) func (f *TmpWriter) WriteString(s string) (int, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Touch ¶ func Touch(path string) error Types ¶ type TmpWriter ¶ type TmpWriter struct { // contains filtered or unexported fields } func Make ¶ func Make(path string) (TmpWriter, error) func (*TmpWriter) Close ¶ func (f *TmpWriter) Close() error func (*TmpWriter) Len ¶ func (f *TmpWriter) Len() int func (*TmpWriter) Reset ¶ func (f *TmpWriter) Reset() error func (*TmpWriter) Write ¶ func (f *TmpWriter) Write(p []byte) (int, error) func (*TmpWriter) WriteString ¶ func (f *TmpWriter) WriteString(s string) (int, error) Source Files ¶ View all Source files tmpwriter.go Click to show internal directories. Click to hide internal directories.