abcxyz / abc

Apache License 2.0
12 stars 3 forks source link

Clean up the places where we check existence of files #542

Closed drevell closed 6 months ago

drevell commented 6 months ago
  1. Rename IsStatNotExistErr -> IsNotExistErr to reflect that it can be used for more than just Stat().
  2. Use common.Exists() consistently, rather than calling _, err := os.Stat().