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

Compilation fails with go 1.10 #20

Closed
stephane-martin opened this issue Feb 17, 2018 · 1 comment
Closed

Compilation fails with go 1.10 #20

stephane-martin opened this issue Feb 17, 2018 · 1 comment

Comments

@stephane-martin
Copy link

See https://golang.org/doc/go1.10#cgo

"Cgo now translates some C types that would normally map to a pointer type in Go, to a uintptr instead."

Triggers a bunch of errors in go-keychain, eg "cannot use nil as type _Ctype_CFDataRef in return argument".

Thank you!

@maxtaco
Copy link
Contributor

maxtaco commented Feb 26, 2018

Closed in #23

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

Successfully merging a pull request may close this issue.

2 participants