Looks like the 64bit version of the gcc-go library is not exporting the symbol (
/opt/freeware/bin/etcd is a 64bit binary)# dump -X64 -Tv /opt/freeware/lib/libgo.a | grep DGGpa
# dump -Tv /opt/freeware/lib/libgo.a | grep DGGpa
[438] 0x107bafe4 .text wEXP RO Ldef [noIMid] gcbits..DGGpa
We will check why it is not exported in the recent gcc-go version.
------------------------------
Ayappan P
------------------------------