]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: omit //line in -godefs, -cdefs output
authorRuss Cox <rsc@golang.org>
Mon, 13 Feb 2012 21:02:13 +0000 (16:02 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 13 Feb 2012 21:02:13 +0000 (16:02 -0500)
commit422826270de705ddb1c4982f4d544f46f7bdd55b
tree96152a6b74658d20f2313070d63005fe15aef096
parentd3f9f21fdfbb8d1c7784a16825bd504bf7f04eee
cmd/cgo: omit //line in -godefs, -cdefs output

Makes files like src/pkg/syscall/ztypes_linux_amd64.go easier to read.
(The copy that is checked in predates the //line output mode,
so this also preserves the status quo.)

R=golang-dev, iant, gri
CC=golang-dev
https://golang.org/cl/5655068
src/cmd/cgo/main.go