Created
March 2, 2016 09:48
-
-
Save mcgrue/56be9ae6be14f8e7d751 to your computer and use it in GitHub Desktop.
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
| fbot.go:12:2: cannot find package "github.com/gorilla/websocket" in any of: | |
| /usr/local/go/src/github.com/gorilla/websocket (from $GOROOT) | |
| /Users/grue/go_work/src/github.com/gorilla/websocket (from $GOPATH) | |
| fbot.go:13:2: cannot find package "github.com/progrium/duplex/golang" in any of: | |
| /usr/local/go/src/github.com/progrium/duplex/golang (from $GOROOT) | |
| /Users/grue/go_work/src/github.com/progrium/duplex/golang (from $GOPATH) | |
| fbot.go:14:2: cannot find package "github.com/spf13/cobra" in any of: | |
| /usr/local/go/src/github.com/spf13/cobra (from $GOROOT) | |
| /Users/grue/go_work/src/github.com/spf13/cobra (from $GOPATH) | |
| make: *** [build] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment