2022-03-18 14:44:05 +00:00
|
|
|
// Copyright (c) 2022 Tailscale Inc & AUTHORS All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2022-08-02 19:34:03 +01:00
|
|
|
//go:build !go1.19
|
|
|
|
// +build !go1.19
|
2022-03-18 14:44:05 +00:00
|
|
|
|
|
|
|
package main
|
|
|
|
|
|
|
|
func init() {
|
2022-08-02 19:34:03 +01:00
|
|
|
you_need_Go_1_19_to_compile_Tailscale()
|
2022-03-18 14:44:05 +00:00
|
|
|
}
|