diff --git a/go110min.go b/go110min.go new file mode 100644 index 0000000..cf849e6 --- /dev/null +++ b/go110min.go @@ -0,0 +1,8 @@ +//+build !go1.10 + +package main + +// This file is here to give a better hint in the error message +// when this project is built with a too old version of Go. + +var _ = ThisProjectRequiresGo1ยท10OrHigher