typo report of "How to write go code"

164 views
Skip to first unread message

dlin

unread,
Feb 12, 2012, 2:21:54 AM2/12/12
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
to dlin, golan...@googlegroups.com
Thanks, CL on the way.

On Sun, Feb 12, 2012 at 3:21 PM, dlin <dli...@gmail.com> wrote:
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.
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.
Reply all
Reply to author
Forward
0 new messages