Versions in this module Expand all Collapse all v0 v0.3.0 Sep 5, 2018 Changes in this version + func CopyFile(src, dst string) error + func CreateFileFromReader(path string, reader io.Reader) error + func CreateFileFromString(path string, content string) error + func PathExists(path string) (bool, error) v0.2.1 Dec 4, 2017 v0.2.0 Nov 23, 2017 Changes in this version + func Copy(src, dst string) error + func Create(path string, data io.Reader) error + func CreateBytes(path string, data []byte) error + func CreateDir(path string) error + func Exists(path string) bool