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
according to https://github.com/golang/go/blob/master/src/cmd/cgo/doc.go#L109
including the cgo file and use go mod vendor is an easy way to reproduce it.
issues golang/go#26366
The text was updated successfully, but these errors were encountered:
The cgo files in the go build are actually only https://github.com/supranational/blst/blob/master/bindings/go/cgo_assembly.S and https://github.com/supranational/blst/blob/master/bindings/go/cgo_server.c. All the source directory code is "copied" thanks to the include directive.
include
Sorry, something went wrong.
No branches or pull requests
according to https://github.com/golang/go/blob/master/src/cmd/cgo/doc.go#L109
including the cgo file and use go mod vendor is an easy way to reproduce it.
issues golang/go#26366
The text was updated successfully, but these errors were encountered: