mirror of
https://github.com/golang/go
synced 2024-11-26 23:31:24 -07:00
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
This commit is contained in:
parent
692a14787f
commit
c1ef845a71
@ -190,8 +190,8 @@ include new stack management technology that should address the problem better.
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
The <a href="/cmd/cgo/"><code>cgo</code></a> command will now invoke the C++
|
The <a href="/cmd/cgo/"><code>cgo</code></a> command will now invoke the C++
|
||||||
compiler to build any pieces of the linked-to library that are written in C++; the
|
compiler to build any pieces of the linked-to library that are written in C++;
|
||||||
documentation has more detail.
|
<a href="/cmd/cgo/">the documentation</a> has more detail.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 id="go_tools_godoc">Godoc and vet moved to the go.tools subrepository</h3>
|
<h3 id="go_tools_godoc">Godoc and vet moved to the go.tools subrepository</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user