mirror of
https://github.com/restic/restic.git
synced 2025-12-22 23:59:51 -05:00
The Test method was only used in exactly one place, namely when trying to create a new repository it was used to check whether a config file already exists. Use a combination of Stat() and IsNotExist() instead. |
||
|---|---|---|
| .. | ||
| config.go | ||
| doc.go | ||
| layout_test.go | ||
| local.go | ||
| local_internal_test.go | ||
| local_test.go | ||
| local_unix.go | ||
| local_windows.go | ||