go-waku/cmd/waku/sys_windows.go

12 lines
99 B
Go
Raw Normal View History

2023-05-24 11:34:35 -04:00
//go:build windows
2023-07-06 17:40:57 -04:00
package main
2023-05-24 11:34:35 -04:00
import (
"math"
)
func getNumFDs() int {
return math.MaxInt
}