From db1c08e7a192d973a3c7c35010bc867ee98c816b Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 13 Nov 2013 14:30:20 +1100 Subject: [release-branch.go1.2] doc/go1.2: link to cgo documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ««« 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 --- doc/go1.2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

-- cgit v1.2.3-54-g00ecf