From c8f46ce81d5e12aaa480225e645071eaac24eae8 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 28 Mar 2016 15:47:06 +0200 Subject: [PATCH] fs: Require Go1.4 for Linux --- src/restic/fs/file_linux.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/restic/fs/file_linux.go b/src/restic/fs/file_linux.go index baff4bd9c..90152ee68 100644 --- a/src/restic/fs/file_linux.go +++ b/src/restic/fs/file_linux.go @@ -1,3 +1,5 @@ +// +build linux,go1.4 + package fs import (