8 lines
135 B
Go
8 lines
135 B
Go
// build windows
|
|
package settings
|
|
|
|
// Flimit defines the max number of watched files
|
|
func (s *Settings) Flimit() error {
|
|
return nil
|
|
}
|