We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7436da commit 35ed197Copy full SHA for 35ed197
cmd/livekit-load-tester/ulimit_unix.go
@@ -1,3 +1,6 @@
1
+//go:build linux || darwin
2
+// +build linux darwin
3
+
4
package main
5
6
import (
0 commit comments