]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: use standard generated code comment
authorIan Lance Taylor <iant@golang.org>
Tue, 29 May 2018 13:40:56 +0000 (06:40 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 29 May 2018 14:44:59 +0000 (14:44 +0000)
commitab922e1012f75bdb7cff041b0da4bb16a40c64c2
treedf1b1e6137c2f4d45d8152f8782b978a85160f87
parent99695bd90b70ae562349a15b3a0b00d78c51e23f
cmd/cgo: use standard generated code comment

Change cgo to follow https://golang.org/s/generatedcode.

For the C code we continue to use /* */ comments, so they don't follow
the format exactly. It doesn't really matter since the format is only
for Go code anyhow. This CL changes the C code to be similar for
consistency.

Fixes #25623

Change-Id: Idcfee53ec4069924d173ab8cedeb7bcfb7312863
Reviewed-on: https://go-review.googlesource.com/115035
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/cmd/cgo/godefs.go
src/cmd/cgo/out.go