Skip to content

Instantly share code, notes, and snippets.

@mcgrue
Created March 2, 2016 09:48
Show Gist options
  • Select an option

  • Save mcgrue/56be9ae6be14f8e7d751 to your computer and use it in GitHub Desktop.

Select an option

Save mcgrue/56be9ae6be14f8e7d751 to your computer and use it in GitHub Desktop.
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