From d9210c9e20edb31c0d6c842a5aba4e98aac034d6 Mon Sep 17 00:00:00 2001 From: jgfrm Date: Thu, 9 Feb 2017 17:49:04 +0100 Subject: [PATCH] added syscall import --- src/cmds/restic/integration_helpers_unix_test.go | 1 + src/cmds/restic/integration_helpers_windows_test.go | 1 + 2 files changed, 2 insertions(+) diff --git a/src/cmds/restic/integration_helpers_unix_test.go b/src/cmds/restic/integration_helpers_unix_test.go index b0d6f69a7..09b21712c 100644 --- a/src/cmds/restic/integration_helpers_unix_test.go +++ b/src/cmds/restic/integration_helpers_unix_test.go @@ -7,6 +7,7 @@ import ( "os" "syscall" "io/ioutil" + "syscall" ) func (e *dirEntry) equals(other *dirEntry) bool { diff --git a/src/cmds/restic/integration_helpers_windows_test.go b/src/cmds/restic/integration_helpers_windows_test.go index 58afb0e34..50f11a79c 100644 --- a/src/cmds/restic/integration_helpers_windows_test.go +++ b/src/cmds/restic/integration_helpers_windows_test.go @@ -6,6 +6,7 @@ import ( "fmt" "os" "io/ioutil" + "syscall" ) func (e *dirEntry) equals(other *dirEntry) bool {