mirror of
https://github.com/restic/restic.git
synced 2025-10-09 19:32:36 +00:00
Rename 'Repo' -> 'Repository'
This commit is contained in:
2
tree.go
2
tree.go
@@ -30,7 +30,7 @@ func (t Tree) String() string {
|
||||
return fmt.Sprintf("Tree<%d nodes>", len(t.Nodes))
|
||||
}
|
||||
|
||||
func LoadTree(repo *repository.Repo, id backend.ID) (*Tree, error) {
|
||||
func LoadTree(repo *repository.Repository, id backend.ID) (*Tree, error) {
|
||||
tree := &Tree{}
|
||||
err := repo.LoadJSONPack(pack.Tree, id, tree)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user