WIP
This commit is contained in:
@@ -10,7 +10,7 @@ func SaveStaticFile(path string, data []byte) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func CreateDir(path string) error {
|
func CreateDir(path string) error {
|
||||||
return os.MkdirAll(path, 0755)
|
return os.Mkdir(path, 0755)
|
||||||
}
|
}
|
||||||
|
|
||||||
func CreateDirIfNotExists(path string) error {
|
func CreateDirIfNotExists(path string) error {
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user