]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: avoid extra newline in doc comment of exported function
authorNathan Fiscaletti <nate.fiscaletti@gmail.com>
Sat, 7 Mar 2020 05:44:31 +0000 (05:44 +0000)
committerIan Lance Taylor <iant@golang.org>
Sat, 7 Mar 2020 19:51:37 +0000 (19:51 +0000)
commita7f918c1a596d691da5839b3b1f29dd9c674bfb8
tree165792d673fc05e68b6f7ccf53477a7b977fa569
parentae3f98c51b2790f6f3a600ff465255417e3d865d
cmd/cgo: avoid extra newline in doc comment of exported function

Fixes #37722

Change-Id: Ie9154f9d91824558a8ac34ad2fb5bc4e02c64a4b
GitHub-Last-Rev: 9fbe1c1d802287ff3c3ccee62e4e74d802196ffb
GitHub-Pull-Request: golang/go#37723
Reviewed-on: https://go-review.googlesource.com/c/go/+/222419
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/cgo/out.go