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 go version <1.19 leads to compiler error:
/github.com/tidwall/[email protected]/btreeg.go:41:17: undefined: atomic.Uint64
I suggest to switch to 1.19 in go.mod and to explicitly say to the users that this package is not backward compatible.
Found this issue using buntDB where there is no go 1.19 requirements either.
The text was updated successfully, but these errors were encountered:
thanks. I bumped it to 1.19.
Sorry, something went wrong.
No branches or pull requests
Using go version <1.19 leads to compiler error:
I suggest to switch to 1.19 in go.mod and to explicitly say to the users that this package is not backward compatible.
Found this issue using buntDB where there is no go 1.19 requirements either.
The text was updated successfully, but these errors were encountered: