mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-08 05:36:38 +02:00
11 lines
164 B
Go
11 lines
164 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
//go:build !ts_tsync_test
|
|
|
|
package tsync
|
|
|
|
import "sync"
|
|
|
|
type Mutex = sync.Mutex
|