# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
9 lines
133 B
Go
9 lines
133 B
Go
// +build windows
|
|
|
|
package main
|
|
|
|
// Flimit defines the max number of watched files
|
|
func (s *Settings) flimit() error {
|
|
return nil
|
|
}
|