Skip to content

Instantly share code, notes, and snippets.

@cemeyer
Created May 15, 2010 03:52
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 cemeyer/401991 to your computer and use it in GitHub Desktop.
Save cemeyer/401991 to your computer and use it in GitHub Desktop.
iterable $ make install
/home/konrad/rpmbuild/BUILD/go-src/bin/6g -o _go_.6 array.go iterable.go
iterable.go:12: can't find import: container/list
make: *** [_go_.6] Error 1
iterable $ ls $GOROOT/pkg/${GOOS}_${GOARCH}/container/list.a -lh
-rw-r--r-- 1 konrad konrad 51K 2010-05-14 19:08 /home/konrad/rpmbuild/BUILD/go-src/pkg/linux_amd64/container/list.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment