mirror of
https://git.vectorsigma.ru/public/CasaOS.git
synced 2026-08-05 00:37:47 +00:00
chore: fix problematic comments (#2030)
This commit is contained in:
@@ -179,7 +179,7 @@ func CreateFileAndWriteContent(path string, content string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// IsNotExistMkDir create a directory if it does not exist
|
||||
// IsNotExistCreateFile create a file if it does not exist
|
||||
func IsNotExistCreateFile(src string) error {
|
||||
if notExist := CheckNotExist(src); notExist {
|
||||
if err := CreateFile(src); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user