11 lines
179 B
Go
11 lines
179 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
//go:build !go1.23
|
|
|
|
package tailscale
|
|
|
|
func init() {
|
|
you_need_Go_1_23_to_compile_Tailscale()
|
|
}
|