go-waku/cmd/waku/sys_windows.go

12 lines
99 B
Go

//go:build windows
package main
import (
"math"
)
func getNumFDs() int {
return math.MaxInt
}