mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
archiver: Correct comment
This commit is contained in:
parent
400730afca
commit
39ac12f6ea
@ -13,7 +13,7 @@ import (
|
|||||||
"github.com/restic/restic/internal/restic"
|
"github.com/restic/restic/internal/restic"
|
||||||
)
|
)
|
||||||
|
|
||||||
// FutureFile is returned by SaveFile and will return the data once it
|
// FutureFile is returned by Save and will return the data once it
|
||||||
// has been processed.
|
// has been processed.
|
||||||
type FutureFile struct {
|
type FutureFile struct {
|
||||||
ch <-chan saveFileResponse
|
ch <-chan saveFileResponse
|
||||||
|
Loading…
Reference in New Issue
Block a user