realize/settings_windows.go
2017-11-20 00:52:31 +01:00

9 lines
133 B
Go

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