Skip to content

Instantly share code, notes, and snippets.

@deepakjois
Created July 9, 2011 17:11
Show Gist options
  • Save deepakjois/1073758 to your computer and use it in GitHub Desktop.
Save deepakjois/1073758 to your computer and use it in GitHub Desktop.
➜ src echo $GOPATH
/Users/deepak/gopkgs
➜ src ls $GOPATH/pkg/darwin_amd64/github.com/deepakjois/msgpack
➜ src ls $GOPATH/pkg/darwin_amd64/github.com/deepakjois/msgpack
go.a
➜ src gotest -x -v -test.bench=..
gotest 0.00s: gomake testpackage-clean
rm -f _test/serialization.a
[+0.03s]
gotest 0.03s: gomake testpackage GOTESTFILES=
rm -f _test/serialization.a
gopack grc _test/serialization.a _gotest_.6
[+0.03s]
gotest 0.06s: 6g -I _test -o _xtest_.6 serialization_test.go
serialization_test.go:6: can't find import: github.com/deepakjois/msgpack/go
gotest: "/Users/deepak/code/public/go/bin/6g -I _test -o _xtest_.6 serialization_test.go" failed: exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment