From ddfadae6f601593a10278ecfa9998eac5692d408 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 28 Mar 2016 16:09:28 +0200 Subject: [PATCH] Fix compilation for Go 1.3 --- src/restic/fs/file_all.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/restic/fs/file_all.go b/src/restic/fs/file_all.go index fbb0c93cb..8c4b0639a 100644 --- a/src/restic/fs/file_all.go +++ b/src/restic/fs/file_all.go @@ -1,4 +1,4 @@ -// +build !linux +// +build !linux !go1.4 package fs