summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go1.4.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/go1.4.go b/go1.4.go
index 939fe91..7c01ce8 100644
--- a/go1.4.go
+++ b/go1.4.go
@@ -1,5 +1,7 @@
// +build !go1.5
+package main
+
// Cause an early compile error on Go 1.4 an lower. We need Go 1.5 for a number
-// of reasons, among them NewGCMWithNonceSize and RawURLEncoding.
-"You need Go 1.5 or higher to compile gocryptfs!"
+// of reasons, among them NewGCMWithNonceSize, RawURLEncoding, runtime/trace.
+import "You_need_Go_1.5_or_higher_to_compile_gocryptfs"