mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 14:34:02 +03:00
Windows compilation fix; deps update
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// +build windows
|
||||
|
||||
package rlimit
|
||||
|
||||
func Set() (err error) {
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user