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
Using this with golang v1.23 results in the following error
link: github.com/tunabay/go-bitarray: invalid reference to crypto/sha1.(*digest).Reset
This is also present in the playground sample linked in the README
The text was updated successfully, but these errors were encountered:
https://github.com/tunabay/go-bitarray/blob/main/bitarray_sha1.go#L44-L48
Sorry, something went wrong.
Thank you for the report. I haven't maintained this repo for a long time, but I'd like to see if there's an easy way to fix it.
Currently available ad hoc workarounds are to use Go 1.22 or use the -checklinkname=0 flag. https://tip.golang.org/doc/go1.23#:~:text=alignhot%3D0.-,Linker%C2%B6,-The%20linker%20now
-checklinkname=0
No branches or pull requests
Using this with golang v1.23 results in the following error
This is also present in the playground sample linked in the README
The text was updated successfully, but these errors were encountered: