]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: correct cgo_export directives in callbacks_aix.go
authorClément Chigot <clement.chigot@atos.net>
Tue, 19 Mar 2019 13:00:03 +0000 (14:00 +0100)
committerIan Lance Taylor <iant@golang.org>
Tue, 19 Mar 2019 14:17:25 +0000 (14:17 +0000)
commitb2453c058839683cafd8a77600f2cee29cc3c668
treec58a899ac81eb14c009da423fa46bec999cfc108
parentbf103723f829b206bd24e4cf3c4306c4232b6fc7
runtime/cgo: correct cgo_export directives in callbacks_aix.go

This commit removes spaces which were wrongly added in
//go:cgo_export_static during CL 164010.

Change-Id: Iadd18efdde9ff32e907d793a72ef0f9efda35fe6
Reviewed-on: https://go-review.googlesource.com/c/go/+/168317
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/cgo/callbacks_aix.go