g2z icon indicating copy to clipboard operation
g2z copied to clipboard

Duplicate symbols in `go test`

Open cavaliercoder opened this issue 8 years ago • 0 comments

Tests work fine in the Dummy module, but any tests run for the g2z package fail with:

$ go test -v
# testmain
2015/08/29 15:41:53 duplicate symbol _cgoexp_d7801daa201c_zbx_module_api_version (types 1 and 1) in _/usr/src/g2z and $WORK/github.com/cavaliercoder/g2z.a(_go_.o)
FAIL    _/usr/src/g2z [build failed]

cavaliercoder avatar Aug 29 '15 15:08 cavaliercoder