mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 03:25:35 +00:00
12 lines
216 B
Go
12 lines
216 B
Go
|
// Copyright (c) Tailscale Inc & AUTHORS
|
||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
//go:build !windows
|
||
|
|
||
|
package osdiag
|
||
|
|
||
|
import "tailscale.com/types/logger"
|
||
|
|
||
|
func logSupportInfo(logger.Logf, LogSupportInfoReason) {
|
||
|
}
|