jstemmer / go-junit-report

Convert Go test output to JUnit XML
MIT License
764 stars 222 forks source link

Can't import the package #97

Closed aidarbn closed 4 years ago

aidarbn commented 4 years ago

Hello,

When I try to go get -u -v github.com/jstemmer/go-junit-report, I get this error: `runtime

runtime

/usr/local/go/src/runtime/stubs_x86.go:10:6: stackcheck redeclared in this block previous declaration at /usr/local/go/src/runtime/stubs_amd64x.go:10:6 /usr/local/go/src/runtime/unaligned1.go:11:6: readUnaligned32 redeclared in this block previous declaration at /usr/local/go/src/runtime/alg.go:321:40 /usr/local/go/src/runtime/unaligned1.go:15:6: readUnaligned64 redeclared in this block previous declaration at /usr/local/go/src/runtime/alg.go:329:40`

What does it mean? Can you help me?

aidarbn commented 4 years ago

Error didn't relate to the problem. I installed new version of go. Error occurs when you overwrite previous one, without deleting it.