* setRlimit(): move OS-specific code to separate files
This commit is contained in:
5
os_windows.go
Normal file
5
os_windows.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
// Set user-specified limit of how many fd's we can use
|
||||
func setRlimit(val uint) {
|
||||
}
|
||||
Reference in New Issue
Block a user