1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-09 00:00:02 +01:00

fs: Require Go1.4 for Linux

This commit is contained in:
Alexander Neumann 2016-03-28 15:47:06 +02:00
parent c30f4a9134
commit c8f46ce81d

View file

@ -1,3 +1,5 @@
// +build linux,go1.4
package fs
import (