mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-14 00:41:40 +08:00
9 lines
200 B
Go
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
|