blob: 939fe917e61e198892149b69a4dcb6b78cb0284e (
plain)
1
2
3
4
5
|
// +build !go1.5
// 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!"
|