// +build windows package sys // SetLimit set NOFILE func SetLimit(max uint64) error { return nil }