realize/settings_windows.go
asoseil d91d01565d Merge branch 'dev' of https://github.com/tockins/realize into dev
# 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.
2017-11-05 19:28:41 +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
}