From: Andrew Gerrand Date: Tue, 5 Nov 2013 02:54:48 +0000 (+1100) Subject: doc/go1.2: link to cgo documentation X-Git-Tag: go1.3beta1~1357 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c1ef845a71fecc7b6c9072b4ac20bcfbdc516e4b;p=gostls13.git doc/go1.2: link to cgo documentation I know it's linked in the previous sentence, but this new link is where I want it to be while reading this sentence. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/21770043 --- diff --git a/doc/go1.2.html b/doc/go1.2.html index 7189045205..9d890b2906 100644 --- a/doc/go1.2.html +++ b/doc/go1.2.html @@ -190,8 +190,8 @@ include new stack management technology that should address the problem better.

The cgo command will now invoke the C++ -compiler to build any pieces of the linked-to library that are written in C++; the -documentation has more detail. +compiler to build any pieces of the linked-to library that are written in C++; +the documentation has more detail.

Godoc and vet moved to the go.tools subrepository