Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ===> Linking relative packages to GOPATH
  2. ===> Building
  3. go build -o ./bin/tenyks ./tenyks.go
  4. build/src/github.com/kyleterry/tenyks/service/ircify.go:8:2: cannot find package "code.google.com/p/go-uuid/uuid" in any of:
  5. /usr/lib/go/src/pkg/code.google.com/p/go-uuid/uuid (from $GOROOT)
  6. /home/vagrant/go/src/github.com/kyleterry/tenyks/build/src/code.google.com/p/go-uuid/uuid (from $GOPATH)
  7. make: *** [build] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement