mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-22 14:48:30 +00:00
lib/fs, vendor: s/zillode/Zillode/
This commit is contained in:
parent
5b17aae1b2
commit
c9ec6159e8
@ -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) {
|
||||
|
0
vendor/github.com/zillode/notify/LICENSE → vendor/github.com/Zillode/notify/LICENSE
generated
vendored
0
vendor/github.com/zillode/notify/LICENSE → vendor/github.com/Zillode/notify/LICENSE
generated
vendored
0
vendor/github.com/zillode/notify/doc.go → vendor/github.com/Zillode/notify/doc.go
generated
vendored
0
vendor/github.com/zillode/notify/doc.go → vendor/github.com/Zillode/notify/doc.go
generated
vendored
0
vendor/github.com/zillode/notify/node.go → vendor/github.com/Zillode/notify/node.go
generated
vendored
0
vendor/github.com/zillode/notify/node.go → vendor/github.com/Zillode/notify/node.go
generated
vendored
0
vendor/github.com/zillode/notify/tree.go → vendor/github.com/Zillode/notify/tree.go
generated
vendored
0
vendor/github.com/zillode/notify/tree.go → vendor/github.com/Zillode/notify/tree.go
generated
vendored
0
vendor/github.com/zillode/notify/util.go → vendor/github.com/Zillode/notify/util.go
generated
vendored
0
vendor/github.com/zillode/notify/util.go → vendor/github.com/Zillode/notify/util.go
generated
vendored
4
vendor/manifest
vendored
4
vendor/manifest
vendored
@ -517,8 +517,8 @@
|
||||
"notests": true
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/zillode/notify",
|
||||
"repository": "https://github.com/zillode/notify",
|
||||
"importpath": "github.com/Zillode/notify",
|
||||
"repository": "https://github.com/Zillode/notify",
|
||||
"vcs": "git",
|
||||
"revision": "a8abcfb1ce88ee8d79a300ed65d94b8fb616ddb3",
|
||||
"branch": "master",
|
||||
|
Loading…
x
Reference in New Issue
Block a user