mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-07 05:21:25 +02:00
Updates #12614 Change-Id: I84c166c4b99ca75d70abe4087e5ff3f7d90d4bcc Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
14 lines
499 B
Go
14 lines
499 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
// Code generated by gen.go; DO NOT EDIT.
|
|
|
|
//go:build !ts_omit_doctor
|
|
|
|
package buildfeatures
|
|
|
|
// HasDoctor is whether the binary was built with support for modular feature "Diagnose possible issues with Tailscale and its host environment".
|
|
// Specifically, it's whether the binary was NOT built with the "ts_omit_doctor" build tag.
|
|
// It's a const so it can be used for dead code elimination.
|
|
const HasDoctor = true
|