You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, copy code of this repo to vendor sub-direcotory in your local project, and change gopkg.in/fsnotify to github.com/fsnotify/fsnotify in watch/inotify.go and watch/inotify_tracker.go
Second, if you use go mod , you can use it directly:
Go version: go1.15.3 linux/amd64
env variable set as GOPROXY="https://goproxy.cn,direct"
mkdir -p $GOPATH/github.com/wuxler/sample
cd $GOPATH/github.com/wuxler/sample
vim main.go
go mod init
go mod download
go build -o sample main.go
hi
I can not run my program~
it show:
go: finding gopkg.in/fsnotify.v1 v1.4.9
go: finding gopkg.in/fsnotify.v1 v1.4.9
build git.code.oa.com/xinghai-go/webDemo: cannot load gopkg.in/fsnotify.v1: cannot find module providing package gopkg.in/fsnotify.v1
The text was updated successfully, but these errors were encountered: