mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-03 05:02:55 +00:00
8 lines
71 B
Go
8 lines
71 B
Go
//go:build windows
|
|
|
|
package rlimit
|
|
|
|
func Raise() error {
|
|
return nil
|
|
}
|