change gitee.com/johng/gf -> github.com/gogf/gf

This commit is contained in:
John
2019-02-02 16:18:25 +08:00
parent 150aa7e2c2
commit 76c49170bd
706 changed files with 1697 additions and 1697 deletions

View File

@ -9,7 +9,7 @@ package fsnotify_test
import (
"log"
"gitee.com/johng/gf/third/github.com/fsnotify/fsnotify"
"github.com/gogf/gf/third/github.com/fsnotify/fsnotify"
)
func ExampleNewWatcher() {

View File

@ -16,7 +16,7 @@ import (
"sync"
"unsafe"
"gitee.com/johng/gf/third/golang.org/x/sys/unix"
"github.com/gogf/gf/third/golang.org/x/sys/unix"
)
// Watcher watches a set of files, delivering events to a channel.

View File

@ -9,7 +9,7 @@ package fsnotify
import (
"errors"
"gitee.com/johng/gf/third/golang.org/x/sys/unix"
"github.com/gogf/gf/third/golang.org/x/sys/unix"
)
type fdPoller struct {

View File

@ -10,7 +10,7 @@ import (
"testing"
"time"
"gitee.com/johng/gf/third/golang.org/x/sys/unix"
"github.com/gogf/gf/third/golang.org/x/sys/unix"
)
type testFd [2]int

View File

@ -10,7 +10,7 @@ import (
"testing"
"time"
"gitee.com/johng/gf/third/golang.org/x/sys/unix"
"github.com/gogf/gf/third/golang.org/x/sys/unix"
)
// testExchangedataForWatcher tests the watcher with the exchangedata operation on macOS.

View File

@ -15,7 +15,7 @@ import (
"sync"
"time"
"gitee.com/johng/gf/third/golang.org/x/sys/unix"
"github.com/gogf/gf/third/golang.org/x/sys/unix"
)
// Watcher watches a set of files, delivering events to a channel.

View File

@ -6,6 +6,6 @@
package fsnotify
import "gitee.com/johng/gf/third/golang.org/x/sys/unix"
import "github.com/gogf/gf/third/golang.org/x/sys/unix"
const openMode = unix.O_NONBLOCK | unix.O_RDONLY

View File

@ -6,7 +6,7 @@
package fsnotify
import "gitee.com/johng/gf/third/golang.org/x/sys/unix"
import "github.com/gogf/gf/third/golang.org/x/sys/unix"
// note: this constant is not defined on BSD
const openMode = unix.O_EVTONLY