mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-02-15 23:24:41 +08:00
fix default playSource and update upload manage
This commit is contained in:
@@ -51,3 +51,8 @@ func CreateBaseDir() error {
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func RemoveFile(path string) error {
|
||||
err := os.Remove(path)
|
||||
return err
|
||||
}
|
||||
Reference in New Issue
Block a user