Skip to content

Instantly share code, notes, and snippets.

@dhutty
Created January 8, 2017 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhutty/77e1f89199d241d0150cea822bd9cba1 to your computer and use it in GitHub Desktop.
Save dhutty/77e1f89199d241d0150cea822bd9cba1 to your computer and use it in GitHub Desktop.
git clone git@github.com:dhutty/golinks.git
Cloning into 'golinks'...
remote: Counting objects: 65, done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 65 (delta 25), reused 65 (delta 25), pack-reused 0
Receiving objects: 100% (65/65), 17.02 KiB | 0 bytes/s, done.
Resolving deltas: 100% (25/25), done.
[dhutty:~/othergits] 2 $ cd golinks/
[dhutty:~/othergits/golinks] master ± make
rm -rf search
go build -o ./search .
aliases.go:8:2: cannot find package "github.com/boltdb/bolt" in any of:
/usr/local/Cellar/go/1.7.4_1/libexec/src/github.com/boltdb/bolt (from $GOROOT)
/Users/dhutty/.go/src/github.com/boltdb/bolt (from $GOPATH)
main.go:11:2: cannot find package "github.com/namsral/flag" in any of:
/usr/local/Cellar/go/1.7.4_1/libexec/src/github.com/namsral/flag (from $GOROOT)
/Users/dhutty/.go/src/github.com/namsral/flag (from $GOPATH)
make: *** [build] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment