mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 13:18:53 +00:00
adjust build tags for tamago
Signed-off-by: Andrea Barisani <andrea@inversepath.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
14320290c3
commit
0a74d46568
@@ -1,7 +1,7 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
//go:build windows || wasm || plan9
|
||||
//go:build windows || wasm || plan9 || tamago
|
||||
|
||||
package logger
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
//go:build !windows && !wasm && !plan9
|
||||
//go:build !windows && !wasm && !plan9 && !tamago
|
||||
|
||||
package logger
|
||||
|
||||
|
Reference in New Issue
Block a user