Created
October 27, 2014 00:37
-
-
Save kishorevaishnav/198f2b89f561b3513950 to your computer and use it in GitHub Desktop.
revel build / install error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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