复制项目
This commit is contained in:
8
magefile_windows.go
Normal file
8
magefile_windows.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build mage
|
||||
// +build mage
|
||||
|
||||
package main
|
||||
|
||||
func setMaxOpenFiles() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user