mkcert/go110min.go

13 lines
364 B
Go
Raw Normal View History

2019-06-01 13:58:20 +00:00
// Copyright 2018 The mkcert Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//+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