replace zxq.co/ripple/hanayo
This commit is contained in:
18
vendor/github.com/rjeczalik/notify/sync_unix_test.go
generated
vendored
Normal file
18
vendor/github.com/rjeczalik/notify/sync_unix_test.go
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
// Copyright (c) 2014-2015 The Notify Authors. All rights reserved.
|
||||
// Use of this source code is governed by the MIT license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// +build !windows
|
||||
|
||||
package notify
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
func Sync() {
|
||||
unix.Sync()
|
||||
}
|
||||
|
||||
// UpdateWait is required only by windows watcher implementation. On other
|
||||
// platforms this function is no-op.
|
||||
func UpdateWait() {
|
||||
}
|
Reference in New Issue
Block a user