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