mediamtx/internal/rlimit/rlimit_win.go

8 lines
70 B
Go

// +build windows
package rlimit
func Raise() error {
return nil
}