6 lines
99 B
Go
6 lines
99 B
Go
|
package main
|
||
|
|
||
|
// Set user-specified limit of how many fd's we can use
|
||
|
func setRlimit(val uint) {
|
||
|
}
|