doc: add C? Go? Cgo! article

Originally published on The Go Programming Language Blog, March 17, 2011.

http://blog.golang.org/2011/03/c-go-cgo.html

Update #2547.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5777054
This commit is contained in:
Francisco Souza 2012-03-13 09:07:37 +11:00 committed by Andrew Gerrand
parent c7cca2756e
commit 60b98d6208
9 changed files with 249 additions and 5 deletions

View file

@ -123,6 +123,6 @@ and $GOROOT/misc/cgo/gmp for examples.
Cgo does not yet work with gccgo.
See "C? Go? Cgo!" for an introduction to using cgo:
http://blog.golang.org/2011/03/c-go-cgo.html
http://golang.org/doc/articles/c_go_cgo.html
*/
package documentation