From 03b092d22c9d665fe00b55f48845bd010aec799e Mon Sep 17 00:00:00 2001 From: jgfrm Date: Mon, 6 Feb 2017 16:48:55 +0100 Subject: [PATCH] fixed import --- src/cmds/restic/integration_helpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmds/restic/integration_helpers_test.go b/src/cmds/restic/integration_helpers_test.go index 20ab60954..968a08e6c 100644 --- a/src/cmds/restic/integration_helpers_test.go +++ b/src/cmds/restic/integration_helpers_test.go @@ -35,7 +35,7 @@ func walkDir(dir string) <-chan *dirEntry { return nil } - stat, err := toStatT(info.Sys()) + stat, err := restic.toStatT(info.Sys()) if !err { return nil }