2017-08-02 23:34:14 +02:00
|
|
|
// +build !go1.5
|
|
|
|
|
2017-08-15 12:48:02 +02:00
|
|
|
package main
|
|
|
|
|
2017-08-02 23:34:14 +02:00
|
|
|
// Cause an early compile error on Go 1.4 an lower. We need Go 1.5 for a number
|
2017-08-15 12:48:02 +02:00
|
|
|
// of reasons, among them NewGCMWithNonceSize, RawURLEncoding, runtime/trace.
|
2017-09-06 20:52:30 +02:00
|
|
|
import "You_need_Go_1_5_or_higher_to_compile_gocryptfs"
|