mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-23 09:21:41 +00:00
9 lines
179 B
Go
9 lines
179 B
Go
![]() |
// Copyright (c) Tailscale Inc & AUTHORS
|
||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
//go:build !ts_omit_wakeonlan
|
||
|
|
||
|
package condregister
|
||
|
|
||
|
import _ "tailscale.com/feature/wakeonlan"
|