lib/fs, vendor: s/zillode/Zillode/
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
"errors"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/zillode/notify"
|
||||
"github.com/Zillode/notify"
|
||||
)
|
||||
|
||||
// Notify does not block on sending to channel, so the channel must be buffered.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
package fs
|
||||
|
||||
import "github.com/zillode/notify"
|
||||
import "github.com/Zillode/notify"
|
||||
|
||||
const (
|
||||
subEventMask = notify.Create | notify.FileModified | notify.FileRenameFrom | notify.FileDelete | notify.FileRenameTo
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
package fs
|
||||
|
||||
import "github.com/zillode/notify"
|
||||
import "github.com/Zillode/notify"
|
||||
|
||||
const (
|
||||
subEventMask = notify.InCreate | notify.InMovedTo | notify.InDelete | notify.InDeleteSelf | notify.InModify | notify.InMovedFrom | notify.InMoveSelf
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
package fs
|
||||
|
||||
import "github.com/zillode/notify"
|
||||
import "github.com/Zillode/notify"
|
||||
|
||||
const (
|
||||
subEventMask = notify.NoteDelete | notify.NoteWrite | notify.NoteRename
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
package fs
|
||||
|
||||
import "github.com/zillode/notify"
|
||||
import "github.com/Zillode/notify"
|
||||
|
||||
const (
|
||||
subEventMask = notify.All
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
package fs
|
||||
|
||||
import "github.com/zillode/notify"
|
||||
import "github.com/Zillode/notify"
|
||||
|
||||
const (
|
||||
subEventMask = notify.FileNotifyChangeFileName | notify.FileNotifyChangeDirName | notify.FileNotifyChangeSize | notify.FileNotifyChangeCreation
|
||||
|
||||
@@ -18,7 +18,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/zillode/notify"
|
||||
"github.com/Zillode/notify"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
|
||||
Reference in New Issue
Block a user