]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add basic docs on calling between Go and C/C++
authorIan Lance Taylor <iant@golang.org>
Wed, 18 Sep 2013 00:10:48 +0000 (17:10 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 18 Sep 2013 00:10:48 +0000 (17:10 -0700)
commit3d3bccc42145260869f9832107d8bdb5782a8608
treee92ee1986b5b0c5d8c26767834bfd27649283918
parent99d87720ad8bf1390f87f441a811f28702934196
cmd/go: add basic docs on calling between Go and C/C++

This is a framework for docs on the subject more than it is
actual docs.

The section header in go/doc.go just says "C", not "C/C++,"
because otherwise godoc doesn't recognize the line as a
section header.

Fixes #5473.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/13280050
src/cmd/go/build.go
src/cmd/go/doc.go
src/cmd/go/help.go
src/cmd/go/main.go