You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: