You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
1. typo
ls $GOPATH/pkg/*/example
should be
ls $GOPATH/pkg/*/widgets
It is found in current version. (4a0c...)
2. try the testing
warning: building out-of-date packages: runtime/pprof testing regexp/syntax regexp installing these packages with 'go test -i' will speed future tests.
ok widgets/foo 0.054s
minux
unread,
Feb 12, 2012, 4:03:51 AM2/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
warning: building out-of-date packages: runtime/pprof testing regexp/syntax regexp installing these packages with 'go test -i' will speed future tests.
This is because you have updated the source to these packages, and the installed version is out-of-date, you can just reinstall all std packages to get rid of them (go install -a -v std), and better yet, rerun all.bash.