go110min.go 200 B

12345678
  1. //+build !go1.10
  2. package main
  3. // This file is here to give a better hint in the error message
  4. // when this project is built with a too old version of Go.
  5. var _ = ThisProjectRequiresGo1·10OrHigher