chore: remove unused file

main
Tran Hau 2021-01-18 17:19:02 +07:00
parent 268d9334da
commit a94e50c406
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
package main
import "os"
func Delete(path string) error {
return os.RemoveAll(path)
}