diff options
Diffstat (limited to 'go1.4.go')
-rw-r--r-- | go1.4.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ 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" +import "You_need_Go_1_5_or_higher_to_compile_gocryptfs" |