haunt/src/haunt/settings_windows.go

10 lines
153 B
Go

//go:build windows
// +build windows
package haunt
// Flimit defines the max number of watched files
func (s *Settings) Flimit() error {
return nil
}