realize/settings_windows.go

9 lines
133 B
Go
Raw Normal View History

2017-11-01 16:11:10 +00:00
// +build windows
2017-11-01 16:11:10 +00:00
package main
// Flimit defines the max number of watched files
func (s *Settings) flimit() error {
return nil
2017-11-05 21:38:26 +00:00
}