openim-server/magefile_windows.go

9 lines
91 B
Go

//go:build mage
// +build mage
package main
func setMaxOpenFiles() error {
return nil
}