]> Cypherpunks repositories - gostls13.git/commit
doc: clarify duplicate symbol condition in cgo
authorAndrey Petrov <andrey.petrov@shazow.net>
Thu, 18 Jun 2015 19:43:01 +0000 (21:43 +0200)
committerIan Lance Taylor <iant@golang.org>
Fri, 19 Jun 2015 00:48:42 +0000 (00:48 +0000)
commit9f3a2d5f9abb148c4e543a3e7046b46d0bb9cc07
tree78468209d17049467e7bd2cd5c650ba78996a123
parent2f3d103f550d005536a4249c1d172ff824c9f082
doc: clarify duplicate symbol condition in cgo

Spell out what will happen if a declaration and definition is included
in the same file, should help people who run into duplicate symbol
errors and search for relevant keywords.

This edit is based on opening issue #11263 erroneously.

Change-Id: I0645a9433b8668d2ede9b9a3f6550d802c26388b
Reviewed-on: https://go-review.googlesource.com/11247
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/cgo/doc.go