Versions in this module Expand all Collapse all v1 v1.0.48 May 8, 2018 v1.0.44 Feb 21, 2018 Changes in this version + func DeserializeFromJSONFile(path string, objPtr interface{}) error + func IsExist(err error) bool + func IsNotExist(err error) bool + func Lstat(name string) (os.FileInfo, error) + func Mkdir(path string, perm os.FileMode) error + func MkdirAll(path string, perm os.FileMode) error + func OpenFile(name string, flag int, perm os.FileMode) (*os.File, error) + func ReadAll(r io.Reader) ([]byte, error) + func ReadDir(dirname string) ([]os.FileInfo, error) + func ReadFile(filename string) ([]byte, error) + func Remove(name string) error + func RemoveAll(name string) error + func Rename(oldpath, newpath string) error + func SerializeToJSONFile(obj interface{}, path string) error + func Stat(name string) (os.FileInfo, error) + func TempDir(dir, prefix string) (name string, err error) + func WriteFile(filename string, data []byte, perm os.FileMode) error + func WriteSerializedFile(filename string, data []byte, perm os.FileMode) (err error) Incompatible versions in this module v2.11.0+incompatible Nov 30, 2018