mediamtx/internal/rlimit/rlimit_win.go

9 lines
89 B
Go

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