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