Files
mkcert/go110min.go
2018-07-03 17:51:14 -04:00

9 lines
200 B
Go

//+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