mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-16 23:38:32 +00:00
9 lines
183 B
Go
9 lines
183 B
Go
![]() |
// Copyright (c) Tailscale Inc & AUTHORS
|
||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
//go:build !ios && !ts_omit_capture
|
||
|
|
||
|
package condregister
|
||
|
|
||
|
import _ "tailscale.com/feature/capture"
|