1
0
mirror of https://github.com/golang/go synced 2024-10-04 23:21:20 -06:00
go/src/cmd/cgo
Ian Lance Taylor acae4d212c cmd/cgo: rearrange and update documentation
In particular document that the Go tool will look for certain
file extensions and compile with them with either the C or the
C++ compiler.

Fixes #6393.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/13733043
2013-09-17 07:11:40 -07:00
..
ast.go cmd/cgo: replace C.malloc with our own wrapper 2013-09-11 11:30:08 -04:00
doc.go cmd/cgo: rearrange and update documentation 2013-09-17 07:11:40 -07:00
gcc.go cmd/cgo: don't say "gcc produced no output" if we ran clang 2013-09-11 09:56:51 -04:00
godefs.go cmd/cgo: Fix issue with cgo cdefs 2013-07-24 17:27:42 -07:00
main.go cmd/cgo: replace C.malloc with our own wrapper 2013-09-11 11:30:08 -04:00
out.go cmd/cgo: allow C.malloc(0) always 2013-09-16 14:04:55 -04:00
util.go cmd/cgo: don't reimplement os/exec in util.go. 2013-03-01 15:04:14 -05:00