aboutsummaryrefslogtreecommitdiff
path: root/go1.4.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-04-13 13:59:30 +0200
committerJakob Unterwurzacher2020-04-13 14:54:04 +0200
commitcad711993d67dd920f9749a09414dbbba6ab8136 (patch)
treecdc825e2538462ccc0c85eff3134aa15027e8d36 /go1.4.go
parent9a7ceef09ea1fc8cbe17b324a9d1a2e71e50cb0a (diff)
dep: migrate to Go Modules
Following https://blog.golang.org/migrating-to-go-modules
Diffstat (limited to 'go1.4.go')
-rw-r--r--go1.4.go7
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"