go110min.go 364 B

123456789101112
  1. // Copyright 2018 The mkcert Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. //+build !go1.10
  5. package main
  6. // This file is here to give a better hint in the error message
  7. // when this project is built with a too old version of Go.
  8. var _ = ThisProjectRequiresGo1·10OrHigher