From c1ef845a71fecc7b6c9072b4ac20bcfbdc516e4b Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 5 Nov 2013 13:54:48 +1100 Subject: [PATCH] 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 --- 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

-- 2.50.0