Creating a soft link via ln -s . pkg will not work with some packages; i.e.
godoc net. The godoc command  has a problem with the new go 1.4 "range"
syntax. You can fix the go src file by replacing "for range ?" with "for _
:= range ?" in the net package. Use "godoc net |& less" to the line number
to fix.

The new go.tools will fix this problem too.

Reply via email to