Fix magefile compatibility with Windows (#538)

This commit is contained in:
David Zhao
2022-03-18 23:53:05 -07:00
committed by GitHub
parent f14c452f8c
commit 224dfe68b1
3 changed files with 30 additions and 19 deletions

8
magefile_windows.go Normal file
View File

@@ -0,0 +1,8 @@
//go:build mage
// +build mage
package main
func setULimit() error {
return nil
}