We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f515e8b commit 2f50034Copy full SHA for 2f50034
active_tcp_test.go
@@ -1,3 +1,9 @@
1
+// SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
2
+// SPDX-License-Identifier: MIT
3
+
4
+//go:build !js
5
+// +build !js
6
7
package ice
8
9
import (
0 commit comments