Skip to content
New issue

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

cannot convert 0 (untyped int constant) to *int #6

Open
fgc1101 opened this issue Oct 20, 2023 · 1 comment
Open

cannot convert 0 (untyped int constant) to *int #6

fgc1101 opened this issue Oct 20, 2023 · 1 comment

Comments

@fgc1101
Copy link

fgc1101 commented Oct 20, 2023

github.com/jackfr0st13/gorm-sqlite-cipher

../../../pkg/mod/github.com/jackfr0st13/[email protected]/sqlite-encrypt.go:84:22: cannot convert 0 (untyped int constant) to *int
../../../pkg/mod/github.com/jackfr0st13/[email protected]/sqlite-encrypt.go:86:39: cannot use limit.Limit (variable of type *int) as type int in argument to strconv.Itoa
../../../pkg/mod/github.com/jackfr0st13/[email protected]/sqlite-encrypt.go:89:23: cannot convert 0 (untyped int constant) to *int

@guiacarneiro
Copy link

I got this too, any solution so far?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants