Added sprite generator

This commit is contained in:
Stash Dev
2019-02-10 02:57:56 -08:00
parent 44216edbb7
commit d1506cb719
4 changed files with 187 additions and 4 deletions

View File

@@ -42,7 +42,6 @@ func RemoveDir(path string) error {
return os.RemoveAll(path)
}
// TODO test
func EmptyDir(path string) error {
d, err := os.Open(path)
if err != nil {