mirror of
https://github.com/tailscale/tailscale.git
synced 2026-09-15 15:29:33 -04:00
Updates tailscale/corp#35015 Signed-off-by: James Sanderson <jsanderson@tailscale.com>
9 lines
188 B
Go
9 lines
188 B
Go
// Copyright (c) Tailscale Inc & contributors
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
//go:build !ts_omit_tailnetlock
|
|
|
|
package condregister
|
|
|
|
import _ "tailscale.com/feature/tailnetlock"
|