8 lines
88 B
Go
8 lines
88 B
Go
|
// +build windows
|
||
|
|
||
|
package freeport
|
||
|
|
||
|
func systemLimit() (int, error) {
|
||
|
return 0, nil
|
||
|
}
|