From: Andrew Gerrand Date: Wed, 13 Nov 2013 03:30:20 +0000 (+1100) Subject: [release-branch.go1.2] doc/go1.2: link to cgo documentation X-Git-Tag: go1.2rc4~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=db1c08e7a192d973a3c7c35010bc867ee98c816b;p=gostls13.git [release-branch.go1.2] doc/go1.2: link to cgo documentation ««« CL 21770043 / ae58065f7dff 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 »»» R=golang-dev CC=golang-dev https://golang.org/cl/25640045 --- 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