summaryrefslogtreecommitdiff
path: root/go1.4.go
blob: 3ca53073a6a5a65f1634c6e6fe0df9b503e8618d (plain)
1
2
3
4
5
6
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, RawURLEncoding, runtime/trace.
import "You_need_Go_1_5_or_higher_to_compile_gocryptfs"