ffae275d4d
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"
|