From f57ed94adfe8267f6c96e6c8418177782aa11f6e Mon Sep 17 00:00:00 2001 From: jgfrm Date: Thu, 9 Feb 2017 20:04:32 +0100 Subject: [PATCH] removed syscall import --- src/cmds/restic/integration_helpers_windows_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmds/restic/integration_helpers_windows_test.go b/src/cmds/restic/integration_helpers_windows_test.go index 00b6fa6c5..ff3dc69a2 100644 --- a/src/cmds/restic/integration_helpers_windows_test.go +++ b/src/cmds/restic/integration_helpers_windows_test.go @@ -6,7 +6,7 @@ import ( "fmt" "os" "io/ioutil" - "syscall" + ) func (e *dirEntry) equals(other *dirEntry) bool {