spf13 / afero

A FileSystem Abstraction System for Go
Apache License 2.0
5.8k stars 498 forks source link

Fix gcsfs RemoveAll #340

Closed typerat closed 2 years ago

typerat commented 2 years ago

RemoveAll in gcsfs returns an error when the file/directory to be removed doesn't exist. It should return nil in this case.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

mbertschler commented 2 years ago

Thanks for your first contribution @typerat