mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-14 00:41:40 +08:00
8
go110min.go
Normal file
8
go110min.go
Normal file
@@ -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
|
Reference in New Issue
Block a user