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

Failure with CGO #101

Open
LukeMauldin opened this issue Nov 3, 2016 · 1 comment
Open

Failure with CGO #101

LukeMauldin opened this issue Nov 3, 2016 · 1 comment

Comments

@LukeMauldin
Copy link

I have a package that compiles cleanly using go build that also uses CGO. One of my files (not one that has //+gen tag) has the line import C
When I run gen, I receive the error: commandline.go:7:8: could not import C (can't find import: )
gen should support packages that use CGO.

@clipperhouse
Copy link
Owner

I'll have too look into this, having not used CGO myself.

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