Skip to content

Commit 66eac1a

Browse files
committed
Add WebSockets support to Mac and Windows
1 parent b6042b5 commit 66eac1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

derp/derphttp/websocket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Tailscale Inc & AUTHORS
22
// SPDX-License-Identifier: BSD-3-Clause
33

4-
//go:build linux || js
4+
//go:build linux || js || darwin || windows
55

66
package derphttp
77

0 commit comments

Comments
 (0)