| commit | ff18e041624b8c23ffcd747f51e9dda945777d2a | [log] [tgz] |
|---|---|---|
| author | Ian Lance Taylor <iant@golang.org> | Mon Sep 16 20:28:29 2019 -0700 |
| committer | Ian Lance Taylor <iant@golang.org> | Tue Sep 17 17:21:44 2019 +0000 |
| tree | 928d3acac089bb831a66b5234b97ae13fb03380d | |
| parent | 722990deeede7801e4ed3ca5d53ce312a19fcd7a [diff] |
reflect: unexport FFICallbackGo; use go:linkname instead The function was always intended to be internal-only, but was exported so that C code could call it. Now that have go:linkname for that, use it. Change-Id: Ied5070416bb1185aa9d1d8fb81d248f90b33f5bb Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/195857 Reviewed-by: Than McIntosh <thanm@google.com>