832e94607e
Updates #12614 Change-Id: I84c166c4b99ca75d70abe4087e5ff3f7d90d4bcc Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
9 lines
173 B
Go
9 lines
173 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
//go:build !ts_omit_doctor
|
|
|
|
package condregister
|
|
|
|
import _ "tailscale.com/feature/doctor"
|