realize/settings_windows.go

8 lines
132 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-01 16:11:10 +00:00
}