Documentation
¶
Index ¶
- func CreateDir(dir string) error
- func CreateFile(file string) (bool, error)
- func EsimBackUpFile(backFile string) error
- func EsimWrite(filePath string, content string) error
- func GetCurrentDir() string
- func GetParDir() string
- func IsEmptyDir(dir string) (bool, error)
- func IsExistsDir(dir string) (bool, error)
- func IsExistsFile(file string) (bool, error)
- func RemoveDir(dir string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFile ¶
func EsimBackUpFile ¶
BackUpFile backup files to os.Getenv("GOPATH") + "/pkg/esim/" backFile is Absolute path Overwrite as soon as the file exists
func GetCurrentDir ¶
func GetCurrentDir() string
func IsEmptyDir ¶
func IsExistsDir ¶
func IsExistsFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.