Skip to content

Instantly share code, notes, and snippets.

@kishorevaishnav
Created October 27, 2014 00:37
Show Gist options
  • Save kishorevaishnav/198f2b89f561b3513950 to your computer and use it in GitHub Desktop.
Save kishorevaishnav/198f2b89f561b3513950 to your computer and use it in GitHub Desktop.
revel build / install error
17:34 $ go build
watcher.go:4:2: cannot find package "gopkg.in/fsnotify.v1" in any of:
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/gopkg.in/fsnotify.v1 (from $GOROOT)
/Users/kishore/gothings/src/gopkg.in/fsnotify.v1 (from $GOPATH)
~/gothings/src/github.com/revel/revel [master|✚ 2]
17:34 $ go install
watcher.go:4:2: cannot find package "gopkg.in/fsnotify.v1" in any of:
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/gopkg.in/fsnotify.v1 (from $GOROOT)
/Users/kishore/gothings/src/gopkg.in/fsnotify.v1 (from $GOPATH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment