Skip to content

Commit 35ed197

Browse files
committed
Add correct build tag to exclude windows
1 parent f7436da commit 35ed197

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/livekit-load-tester/ulimit_unix.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build linux || darwin
2+
// +build linux darwin
3+
14
package main
25

36
import (

0 commit comments

Comments
 (0)