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.
|
|
|
|
|
2018-07-03 21:50:42 +00:00
|
|
|
//+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
|