We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vendor/github.com/Quasilyte/concat.Strings: relocation target runtime.mallocgc not defined for ABI0 (but is defined for ABIInternal)
The text was updated successfully, but these errors were encountered:
I'll take a look.
Sorry, something went wrong.
I believe golang/go@685aca4 is the reason (golang/go#27539).
Not 100% sure how to fix build now, since runtime symbols are part of the internal ABI.
It could be possible to try something that is described in http://www.alangpierce.com/blog/2016/03/17/adventures-in-go-accessing-unexported-functions/ if it still works, but the better option is to:
concat
I wonder, do you really have a need for such thing as a library? :)
quasilyte
No branches or pull requests
vendor/github.com/Quasilyte/concat.Strings: relocation target runtime.mallocgc not defined for ABI0 (but is defined for ABIInternal)
The text was updated successfully, but these errors were encountered: