You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# command-line-arguments
_cgo_export.c:21:13: error: variable ‘_cgoexp_604c78453144_MyFunction’ redeclared as function
cgo-generated-wrappers:1:5: note: previously declared here
lto1: fatal error: errors during merging of translation units
compilation terminated.
lto-wrapper: fatal error: /usr/bin/gcc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?(but also everything else I've tried)
Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?Ubuntu 20.04 amd64 -- but fine details are not important.
go env
OutputWhat did you do?
What did you expect to see?
No output and a binary built.
What did you see instead?
The text was updated successfully, but these errors were encountered: