Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File interface { Name() string Close() error Chmod(os.FileMode) error Write([]byte) (int, error) WriteAt(b []byte, off int64) (n int, err error) Sync() error }
File wraps methods for os.File type
Click to show internal directories.
Click to hide internal directories.