]> Cypherpunks repositories - gostls13.git/commit
cmd/go: document that functions are exported by cgo
authorIan Lance Taylor <iant@golang.org>
Mon, 3 Aug 2015 19:49:00 +0000 (12:49 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 4 Aug 2015 04:50:07 +0000 (04:50 +0000)
commitbc5a6ce6bef1457e2bc8e90fd7f93e0e22a03128
tree07b82cbb5bdb275fd8ebf56cfcfbea0d95fad02c
parentecead89be9e4cbd75f2bceeb8c288db5fcad311a
cmd/go: document that functions are exported by cgo

The buildmode docs mention exported functions, but don't say anything
about how to export them.  Mention the cgo tool to make this somewhat
clearer.

Fixes #11955.

Change-Id: Ie5420445daa87f5aceec6ad743465d5d32d0a786
Reviewed-on: https://go-review.googlesource.com/13080
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/help.go