Documentation ¶
Index ¶
- Variables
- func NopCloser(r io.Reader) io.ReadCloser
- func ReadAll(r io.Reader) ([]byte, error)
- func ReadDir(dirname string) ([]os.FileInfo, error)
- func ReadFile(filename string) ([]byte, error)
- func TempDir(dir, pattern string) (name string, err error)
- func TempFile(dir, pattern string) (f *vos.File, err error)
- func WriteFile(filename string, data []byte, perm os.FileMode) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Discard io.Writer = ioutil.Discard //devNull(0)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.