diff options
Diffstat (limited to 'go1.4.go')
-rw-r--r-- | go1.4.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/go1.4.go b/go1.4.go deleted file mode 100644 index 3ca5307..0000000 --- a/go1.4.go +++ /dev/null @@ -1,7 +0,0 @@ -// +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, RawURLEncoding, runtime/trace. -import "You_need_Go_1_5_or_higher_to_compile_gocryptfs" |