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
I get this error when i bind my project with go mobile:
mattn/go-sqlite3/error.go:14:17: invalid constant type invalid type)))
the error is for this line:
// ErrNoMask is mask code. const ErrNoMask C.int = 0xff
any help?
The text was updated successfully, but these errors were encountered:
I'm not familier to gombile but it is possible to comple CGO package?
Sorry, something went wrong.
@ehsannm Have you checked the README ? Please see #201 (comment)
No branches or pull requests
I get this error when i bind my project with go mobile:
mattn/go-sqlite3/error.go:14:17: invalid constant type invalid type)))
the error is for this line:
// ErrNoMask is mask code.
const ErrNoMask C.int = 0xff
any help?
The text was updated successfully, but these errors were encountered: