blob: b2a502baec310d9a8a80a06d243c428d9e56c205 [file] [log] [blame]
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build go1.23
package main_test
func init() {
// By the time development begins for the Go 1.23 cycle, no matter how early
// it happens, Go 1.19 will definitely be unsupported.
go119Unsupported = true
}