mirror of
https://github.com/restic/restic.git
synced 2025-12-03 23:21:47 +00:00
Add pack index
This commit is contained in:
@@ -39,7 +39,7 @@ func Equals(tb testing.TB, exp, act interface{}) {
|
||||
}
|
||||
}
|
||||
|
||||
func Str2ID(s string) backend.ID {
|
||||
func ParseID(s string) backend.ID {
|
||||
id, err := backend.ParseID(s)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
||||
Reference in New Issue
Block a user