mirror of
https://github.com/bluenviron/mediamtx
synced 2025-03-08 13:27:41 +00:00
8 lines
70 B
Go
8 lines
70 B
Go
// +build windows
|
|
|
|
package rlimit
|
|
|
|
func Raise() error {
|
|
return nil
|
|
}
|