Hi,
We've just released Go version 1.1.2.
it appears that godoc will not be part of the 1.2 release
It's a pity that the fix for the godoc issue 5977 has not been included in 1.1.2. The patch consists of a one line change. The release branch still includes godoc so I would expect bugs for it to be fixed.
it appears that godoc will not be part of the 1.2 release and the sources have already been moved to a special repository. Unfortunately the changeset doesn't provide a rationale for that decision. For people like me that are building from source the separate repository for godoc this change will mean an additional step to build a complete golang environment. The 1.2 documentation should have some words about the rationale and some short guidance for people building from source. This would make the inconvenience easier to bear.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
Wasn't the initial idea to move go/types from non-core repo to go core repo once it matures?Any reason why moving sub-items from go.tools into $GOROOT as and when they mature not a good idea?