toolchain_legacy.go 295 B

12345678910
  1. // Copyright 2019, The Go 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.md file.
  4. // +build !go1.10
  5. package flags
  6. // AtLeastGo110 reports whether the Go toolchain is at least Go 1.10.
  7. const AtLeastGo110 = false