lib/fs, vendor: s/zillode/Zillode/

This commit is contained in:
Jakob Borg 2018-02-21 07:57:43 +01:00
parent 5b17aae1b2
commit c9ec6159e8
40 changed files with 9 additions and 9 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -8,7 +8,7 @@
package fs
import "github.com/zillode/notify"
import "github.com/Zillode/notify"
const (
subEventMask = notify.NoteDelete | notify.NoteWrite | notify.NoteRename

View File

@ -12,7 +12,7 @@
package fs
import "github.com/zillode/notify"
import "github.com/Zillode/notify"
const (
subEventMask = notify.All

View File

@ -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

View File

@ -18,7 +18,7 @@ import (
"testing"
"time"
"github.com/zillode/notify"
"github.com/Zillode/notify"
)
func TestMain(m *testing.M) {

4
vendor/manifest vendored
View File

@ -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",