mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 03:42:08 +08:00
9 lines
91 B
Go
9 lines
91 B
Go
//go:build mage
|
|
// +build mage
|
|
|
|
package main
|
|
|
|
func setMaxOpenFiles() error {
|
|
return nil
|
|
}
|