go-waku/waku/sys_windows.go

12 lines
99 B
Go

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